Files
redmine/plugins/redmine_contacts_helpdesk/app/views/canned_responses/edit.html.erb
T
2026-04-24 22:01:18 +00:00

6 lines
292 B
Plaintext

<h2><%=l(:label_helpdesk_canned_response)%></h2>
<%= labelled_form_for :canned_response, @canned_response, :url => { :action => 'update', :project_id => @project } do |f| %>
<%= render :partial => 'canned_responses/form', :locals => { :f => f } %>
<%= submit_tag l(:button_save) %>
<% end %>