6 lines
298 B
Plaintext
6 lines
298 B
Plaintext
<h2><%=l(:label_helpdesk_new_canned_response)%></h2>
|
|
|
|
<%= labelled_form_for :canned_response, @canned_response, :url => { :action => 'create', :project_id => @project } do |f| %>
|
|
<%= render :partial => 'canned_responses/form', :locals => { :f => f } %>
|
|
<%= submit_tag l(:button_create) %>
|
|
<% end %> |