File tree Expand file tree Collapse file tree 2 files changed +9
-1
lines changed
templates/ContentGenerator/Feedback Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change 1111 % } elsif ($set) {
1212 Message from <%= $user->full_name %> (<%= $user->user_id %>) via WeBWorK at
1313 <%= $ce->{institutionName} %>
14- (sent from <%= link_to format_set_name_display($set->set_id) => $emailableURL %>)
14+ (sent from <%= link_to format_set_name_display($set->set_id) => $emailableURL %>).
1515 % } else {
1616 Message from <%= $user->full_name %> (<%= $user->user_id %>) via WeBWorK at
1717 <%= $ce->{institutionName} %> (sent from <%= link_to 'this page' => $emailableURL %>).
1818 % }
1919 </p>
20+ % if ($c->stash->{numRecipients} > 1) {
21+ <p><%= maketext('Message delivered to multiple recipients. Consider using reply-all.') =%></p>
22+ % }
2023 % if ($feedback) {
2124 <div style="border: 1px solid lightgray; padding: 1rem; margin-bottom: 1rem; border-radius: 0.375rem">
2225 % for (split /\n\r?/, $feedback) {
Original file line number Diff line number Diff line change @@ -12,6 +12,11 @@ Feedback sent from:
1212% }
1313<%== $emailableURL %>
1414
15+ % if ($c->stash->{numRecipients} > 1) {
16+
17+ <%= maketext('Message delivered to multiple recipients. Consider using reply-all.') =%>
18+ % }
19+
1520% if ($feedback) {
1621<%== $user->full_name %> (<%== $user->user_id %>) wrote:
1722
You can’t perform that action at this time.
0 commit comments