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