##// END OF EJS Templates
Add missing strings (rake locales:update)....
Add missing strings (rake locales:update). git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@2953 e93f8b46-1217-0410-a6f0-8f06a7374b81

File last commit:

r2707:ad90811e4016
r2839:e5c4cfc68843
Show More
edit.rhtml
6 lines | 326 B | text/html+ruby | RhtmlLexer
<h2><%= link_to l(:label_tracker_plural), :controller => 'trackers', :action => 'index' %> &#187; <%=h @tracker %></h2>
<% form_for :tracker, @tracker, :url => { :action => 'edit' }, :builder => TabularFormBuilder do |f| %>
<%= render :partial => 'form', :locals => { :f => f } %>
<%= submit_tag l(:button_save) %>
<% end %>