kgogolek / latest-issues-redmine-plugin

Redmine plugin that displays latest redmine issues
12 stars 12 forks source link

sub uri deployment - settings change problem #8

Open ghost opened 11 years ago

ghost commented 11 years ago

We have a sub uri deployment, and the path in the form_tag in index.html.erb tries to go to SERVER/latest-issues/change rather than SERVER/SUBURI/latest-issues-change

Fixed by changing line 2 to: <%= form_tag("latest-issues/change") do %>