2018-05-05 04:15:27 +02:00
|
|
|
<h2><%=l :label_glossary_term_new %></h2>
|
|
|
|
|
|
|
|
<%= labelled_form_for :glossary_term, @term,
|
2018-05-13 00:48:03 +02:00
|
|
|
url: project_glossary_terms_path do |f| %>
|
2018-05-05 04:15:27 +02:00
|
|
|
<%= render partial: 'glossary_terms/form', locals: {form: f} %>
|
|
|
|
<%= f.submit l(:button_create) %>
|
|
|
|
<% end %>
|