##// END OF EJS Templates
readd Japanese translation "text_git_repository_note" (#9129)....
readd Japanese translation "text_git_repository_note" (#9129). git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@6639 e93f8b46-1217-0410-a6f0-8f06a7374b81

File last commit:

r6510:198c67ae6638
r6519:1b379c2b890e
Show More
edit.html.erb
5 lines | 292 B | text/plain | TextLexer
<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 } %>
<% end %>