redmine_glossary/app/views/glossary_terms/edit.html.erb

8 lines
263 B
Plaintext
Raw Normal View History

2018-05-05 14:04:21 +02:00
<h2><%=l :label_glossary_term %> #<%= @term.id %></h2>
<%= labelled_form_for @term, url: project_glossary_term_path, html: {multipart: true} do |f| %>
2018-05-05 14:04:21 +02:00
<%= render partial: 'glossary_terms/form', locals: {form: f} %>
<%= f.submit l(:button_edit) %>
<% end %>