redmine_glossary/app/views/glossary/new.html.erb @ db255fda
| 0819898b | Martin Denizet | <h2><%=l(:label_term_new)%></h2>
|
||
| b8dc04a8 | Massimo Rossello | <% form = labelled_form_for @term, :as => :term,
|
||
:url => {:action => 'new', :project_id => @project, :id => @term},
|
||||
:html => {:class => 'tabular', :multipart => true, :id => 'term-form'} do |f| %>
|
||||
| 0819898b | Martin Denizet | <%= error_messages_for 'term' %>
|
||
<div class="box">
|
||||
<%= render :partial => 'glossary/form', :locals => {:f => f} %>
|
||||
</div>
|
||||
<%= submit_tag l(:button_create) %>
|
||||
<%= submit_tag l(:button_create_and_continue), :name => 'continue' %>
|
||||
<% end %>
|
||||
| b8dc04a8 | Massimo Rossello | <%= form if Rails::VERSION::MAJOR >= 3 %>
|
||
| 0819898b | Martin Denizet | |||
<div id="preview" class="wiki"></div>
|
||||
<% html_title(l(:glossary_title)) -%>
|