##// END OF EJS Templates
custom fields list screen split in 3 tabs (one for each kind of custom fields)...
custom fields list screen split in 3 tabs (one for each kind of custom fields) git-svn-id: http://redmine.rubyforge.org/svn/trunk@206 e93f8b46-1217-0410-a6f0-8f06a7374b81

File last commit:

r181:845460b16525
r203:f9c400a727f1
Show More
edit.rhtml
5 lines | 198 B | text/html+ruby | RhtmlLexer
<h2><%= l(:label_query) %></h2>
<% form_tag({:action => 'edit', :id => @query}) do %>
<%= render :partial => 'form', :locals => {:query => @query} %>
<%= submit_tag l(:button_save) %>
<% end %>