Skip to content
This repository was archived by the owner on Sep 19, 2018. It is now read-only.

Commit 5da2677

Browse files
committedMar 25, 2013
Make reset password link use proper html anchor tag
Signed-off-by: crynobone <[email protected]>
1 parent 47ca2e8 commit 5da2677

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎views/email/forgot/request.blade.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@
66
</p>
77

88
<p>
9-
To reset your password, please proceed to {{ $url }} and reset your
10-
password.
9+
To reset your password, please proceed to <a href="{{ $url }}">{{ $url }}</a>
10+
and reset your password.
1111
</p>

0 commit comments

Comments
 (0)
This repository has been archived.