##// END OF EJS Templates
Merged r8795 from trunk (#9832)...
Merged r8795 from trunk (#9832) scm: fix revision graph height is hard-coded. Contributed by Jakob Skjerning. git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/branches/1.3-stable@8796 e93f8b46-1217-0410-a6f0-8f06a7374b81

File last commit:

r7854:622b3ae61ca8
r8676:5581bfa5399d
Show More
edit.html.erb
6 lines | 296 B | text/plain | TextLexer
<h2><%= link_to l(@enumeration.option_name), :controller => 'enumerations', :action => 'index' %> &#187; <%=h @enumeration %></h2>
<% form_tag({:action => 'update', :id => @enumeration}, :class => "tabular") do %>
<%= render :partial => 'form' %>
<%= submit_tag l(:button_save) %>
<% end %>