##// END OF EJS Templates
Reverts r10676 that broke a test....
Jean-Philippe Lang -
r10466:79c1ec7adc3c
parent child
Show More
@@ -142,7 +142,8 module ApplicationHelper
142 if project.archived?
142 if project.archived?
143 h(project)
143 h(project)
144 else
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 end
147 end
147 end
148 end
148
149
General Comments 0
You need to be logged in to leave comments. Login now