Commit 526b923129a90a1ed49fa7307450689c8dab47af
1 parent
f4fc8db9
Exists in
master
and in
9 other branches
re-add the tasks accept and reject partials
Showing
2 changed files
with
5 additions
and
0 deletions
Show diff stats
@@ -0,0 +1,5 @@ | @@ -0,0 +1,5 @@ | ||
1 | +<% if @email_templates.present? %> | ||
2 | + <div class="template-selection"> | ||
3 | + <%= labelled_form_field(_('Select a rejection email template:'), select_tag("tasks[#{task.id}][task][email_template_id]", options_from_collection_for_select(@email_templates, :id, :name), :include_blank => true, 'data-url' => url_for(:controller => 'email_templates', :action => 'show_parsed'))) %> | ||
4 | + </div> | ||
5 | +<% end %> |