##// END OF EJS Templates
Code cleanup....
Jean-Philippe Lang -
r10465:e7dfc30c2f25
parent child
Show More
@@ -142,8 +142,7 module ApplicationHelper
142 142 if project.archived?
143 143 h(project)
144 144 else
145 url = {:controller => 'projects', :action => 'show', :id => project}.merge(options)
146 link_to(h(project), url, html_options)
145 link_to project.name, project_path(project, options), html_options
147 146 end
148 147 end
149 148
General Comments 0
You need to be logged in to leave comments. Login now