##// END OF EJS Templates
Adds helpers for setting field tags....
Adds helpers for setting field tags. git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@3198 e93f8b46-1217-0410-a6f0-8f06a7374b81

File last commit:

r2707:ad90811e4016
r3084:6ccbcfb589b8
Show More
new.rhtml
6 lines | 287 B | text/html+ruby | RhtmlLexer
<h2><%= link_to l(@enumeration.option_name), :controller => 'enumerations', :action => 'index' %> &#187; <%=l(:label_enumeration_new)%></h2>
<% form_tag({:action => 'create'}, :class => "tabular") do %>
<%= render :partial => 'form' %>
<%= submit_tag l(:button_create) %>
<% end %>