diff --git a/views/proposals_discussion_plugin_tasks/_task_accept_details.html.erb b/views/proposals_discussion_plugin_tasks/_task_accept_details.html.erb index dff234e..6e4e703 100644 --- a/views/proposals_discussion_plugin_tasks/_task_accept_details.html.erb +++ b/views/proposals_discussion_plugin_tasks/_task_accept_details.html.erb @@ -1,3 +1,4 @@ +<%= task_email_template(_('Select an acceptance email template:'), @acceptance_email_templates, task) %> <% unless @view_only %> <%= f.fields_for 'article', OpenStruct.new(task.article) do |a| %> <%= select_profile_folder(_('Select the folder where the article must be published'), "tasks[#{task.id}][task][article_parent_id]", task.target, task.article_parent_id) %> diff --git a/views/proposals_discussion_plugin_tasks/_task_reject_details.html.erb b/views/proposals_discussion_plugin_tasks/_task_reject_details.html.erb index 5197210..f5e4763 100644 --- a/views/proposals_discussion_plugin_tasks/_task_reject_details.html.erb +++ b/views/proposals_discussion_plugin_tasks/_task_reject_details.html.erb @@ -1,8 +1,4 @@ -<% if @email_templates.present? %> -