samchen2009 / ekanban

a kanban plugin for redmine
103 stars 42 forks source link

Use url_for instead of composing it in order to get a relative URL #21

Closed nibble closed 11 years ago

nibble commented 11 years ago

I run Redmine from a relative root URL (/redmine). After creating a Kanban Stage I'm redirected to a unknown URL because it's composed by hand instead of using Rails methods. This patch fixes it.