diff options
Diffstat (limited to 'app/helpers/application_helper.rb')
-rw-r--r-- | app/helpers/application_helper.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/helpers/application_helper.rb b/app/helpers/application_helper.rb index f17f1a6cc..f75f3e825 100644 --- a/app/helpers/application_helper.rb +++ b/app/helpers/application_helper.rb @@ -167,8 +167,8 @@ module ApplicationHelper h(project.name) else link_to project.name, - project_url(project, {:only_path => true}.merge(options)), - html_options + project_url(project, {:only_path => true}.merge(options)), + html_options end end |