@@ -142,7 +142,8 module ApplicationHelper | |||
|
142 | 142 | if project.archived? |
|
143 | 143 | h(project) |
|
144 | 144 | else |
|
145 | link_to project.name, project_path(project, options), html_options | |
|
145 | url = {:controller => 'projects', :action => 'show', :id => project}.merge(options) | |
|
146 | link_to(h(project), url, html_options) | |
|
146 | 147 | end |
|
147 | 148 | end |
|
148 | 149 |
General Comments 0
You need to be logged in to leave comments.
Login now