|
|
|
@ -26,7 +26,7 @@ See doc/COPYRIGHT.md for more details. |
|
|
|
|
:'data-wp_autocomplete_url' => work_packages_auto_complete_path(:project_id => @project, :format => :json) %></p> |
|
|
|
|
<%= f.hidden_field :lock_version %> |
|
|
|
|
<p><label for="<%= content_type %>_comment"><%= Meeting.human_attribute_name(:comments) %></label><%= f.text_field :comment, :size => 120 %></p> |
|
|
|
|
<p><%= submit_tag l(:button_save), class: 'button -highlight' %> |
|
|
|
|
<p><%= styled_button_tag l(:button_save), class: '-highlight -with-icon icon-yes' %> |
|
|
|
|
<% path = send("preview_#{content_type}_path", content.meeting) %> |
|
|
|
|
<%= preview_link path, "#{content_type}_form", { class: 'button preview' } %> |
|
|
|
|
<%= link_to l(:button_cancel), "#", |
|
|
|
|