We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 63d59f8 commit fc8515bCopy full SHA for fc8515b
templates/ContentGenerator/Feedback/feedback_email.html.ep
@@ -35,8 +35,7 @@
35
Message from <%= $user->full_name %> (<%= $user->user_id %>) via WeBWorK at <%= url_for('root')->to_abs %>
36
</p>
37
<p>
38
- To visit the page from which <%= $user->first_name %> sent feedback,
39
- <%= link_to 'click here' => $emailableURL %>.
+ <%= $user->first_name %> sent feedback from <%= link_to 'this page' => $emailableURL %>.
40
41
% if ($feedback) {
42
<p><%= $user->full_name %> (<%= $user->user_id %>) wrote:</p>
0 commit comments