##// END OF EJS Templates
Raise the height of text custom fields....
Raise the height of text custom fields. git-svn-id: http://svn.redmine.org/redmine/trunk@16252 e93f8b46-1217-0410-a6f0-8f06a7374b81

File last commit:

r14879:06dec37f499a
r15870:8e4cb42f8e06
Show More
edit.html.erb
6 lines | 222 B | text/plain | TextLexer
Jean-Philippe Lang
"queries" branch merged...
r92 <h2><%= l(:label_query) %></h2>
Jean-Philippe Lang
Add id to query create and edit form to ease theme (#22277)....
r14879 <%= form_tag(query_path(@query), :method => :put, :id => "query-form") do %>
Jean-Philippe Lang
"queries" branch merged...
r92 <%= render :partial => 'form', :locals => {:query => @query} %>
<%= submit_tag l(:button_save) %>
Jean-Philippe Lang
Added per user custom queries....
r563 <% end %>