##// END OF EJS Templates
Removes duplicate helper introduced in r4072....
Jean-Philippe Lang -
r4155:2589bec48b95
parent child
Show More
@@ -107,11 +107,6 module ApplicationHelper
107 107
108 108 link_to(text, {:controller => 'repositories', :action => 'revision', :id => project, :rev => revision}, :title => l(:label_revision_id, revision))
109 109 end
110
111 def link_to_project(project, options={})
112 options[:class] ||= 'project'
113 link_to(h(project), {:controller => 'projects', :action => 'show', :id => project}, :class => options[:class])
114 end
115 110
116 111 # Generates a link to a project if active
117 112 # Examples:
General Comments 0
You need to be logged in to leave comments. Login now