Initial Redmine tooling and local plugin forks
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
<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 %>
|
||||
Reference in New Issue
Block a user