Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
iv
gitlab-ce
Commits
b71a9fcd
Commit
b71a9fcd
authored
Sep 16, 2015
by
Stan Hu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix HTML link that was improperly escaped in new user e-mail
Closes
https://github.com/gitlabhq/gitlabhq/issues/9640
parent
cac96922
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletion
+2
-1
CHANGELOG
CHANGELOG
+1
-0
app/views/notify/new_user_email.html.haml
app/views/notify/new_user_email.html.haml
+1
-1
No files found.
CHANGELOG
View file @
b71a9fcd
Please view this file on the master branch, on stable branches it's out of date.
v 8.0.0 (unreleased)
- Fix HTML link that was improperly escaped in new user e-mail (Stan Hu)
- Fix broken sort in merge request API (Stan Hu)
- Bump rouge to 1.10.1 to remove warning noise and fix other syntax highlighting bugs (Stan Hu)
- Gracefully handle errors in syntax highlighting by leaving the block unformatted (Stan Hu)
...
...
app/views/notify/new_user_email.html.haml
View file @
b71a9fcd
...
...
@@ -13,4 +13,4 @@
%p
=
link_to
"Click here to set your password"
,
edit_password_url
(
@user
,
reset_password_token:
@token
)
%p
=
reset_token_expire_message
=
r
aw
r
eset_token_expire_message
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment