##// END OF EJS Templates
Adds rel='nofollow' attribute to other formats download links (#2491)....
Adds rel='nofollow' attribute to other formats download links (#2491). git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@2334 e93f8b46-1217-0410-a6f0-8f06a7374b81

File last commit:

r65:96f83cc8f0f0
r2332:32d4378198b8
Show More
edit.rhtml
5 lines | 222 B | text/html+ruby | RhtmlLexer
<h2><%=l(:label_tracker)%></h2>
<% labelled_tabular_form_for :tracker, @tracker, :url => { :action => 'edit' } do |f| %>
<%= render :partial => 'form', :locals => { :f => f } %>
<%= submit_tag l(:button_save) %>
<% end %>