Commit ba00654df58b37c010934dd1d80b86550cbcf85f

Authored by Victor Costa
1 parent 0f9307fe

Fix acceptance templates for suggest article task

app/views/tasks/_approve_article_accept_details.html.erb
1   -<%= task_email_template(_('Select a rejection email template:'), @rejection_email_templates, task) %>
  1 +<%= task_email_template(_('Select an acceptance email template:'), @acceptance_email_templates, task) %>
2 2  
3 3 <%= render :file => 'shared/tiny_mce' %>
4 4  
... ...