##// END OF EJS Templates
Fixes spent time column sort for postgresql....
Fixes spent time column sort for postgresql. git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@8077 e93f8b46-1217-0410-a6f0-8f06a7374b81

File last commit:

r7854:622b3ae61ca8
r7957:68149f8c73cf
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 %>