Commit 5b6a4ead16cfd5e80f93e2c9c935cda993b32ee1
Exists in
staging
and in
7 other branches
Merge branch 'email_template' into production
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
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 | <%= render :file => 'shared/tiny_mce' %> | 3 | <%= render :file => 'shared/tiny_mce' %> |
4 | 4 |