##// 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:

r15686:7b7a84c93a4f
r15870:8e4cb42f8e06
Show More
edit.html.erb
8 lines | 219 B | text/plain | TextLexer
<h2><%=l(:label_document)%></h2>
<%= labelled_form_for @document, :html => {:multipart => true} do |f| %>
<%= render :partial => 'form', :locals => {:f => f} %>
<p><%= submit_tag l(:button_save) %></p>
<% end %>