Skip to content

Commit fc8515b

Browse files
committed
Remove the "click me" link.
It is now ``` <%= $user->first_name %> sent feedback from <%= link_to 'this page' => $emailableURL %>. ```
1 parent 63d59f8 commit fc8515b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

templates/ContentGenerator/Feedback/feedback_email.html.ep

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,7 @@
3535
Message from <%= $user->full_name %> (<%= $user->user_id %>) via WeBWorK at <%= url_for('root')->to_abs %>
3636
</p>
3737
<p>
38-
To visit the page from which <%= $user->first_name %> sent feedback,
39-
<%= link_to 'click here' => $emailableURL %>.
38+
<%= $user->first_name %> sent feedback from <%= link_to 'this page' => $emailableURL %>.
4039
</p>
4140
% if ($feedback) {
4241
<p><%= $user->full_name %> (<%= $user->user_id %>) wrote:</p>

0 commit comments

Comments
 (0)