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
1
Merge Requests
1
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
nexedi
gitlab-ce
Commits
564e8564
Commit
564e8564
authored
Apr 01, 2016
by
Stan Hu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix "Reload with full diff" button not working
Closes #431
parent
cb7c9698
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
6 deletions
+1
-6
CHANGELOG-EE
CHANGELOG-EE
+1
-0
app/helpers/emails_helper.rb
app/helpers/emails_helper.rb
+0
-6
No files found.
CHANGELOG-EE
View file @
564e8564
...
...
@@ -5,6 +5,7 @@ v 8.7.0 (unreleased)
- Refactor group sync to pull access level logic to its own class. !306
v 8.6.3 (unreleased)
- Fix "Reload with full diff" button not working (Stan Hu)
- Exit ElasticIndexerWorker's job happily if record cannot be found. !311
v 8.6.2
...
...
app/helpers/emails_helper.rb
View file @
564e8564
...
...
@@ -50,10 +50,4 @@ module EmailsHelper
msg
=
"This link is valid for
#{
password_reset_token_valid_time
}
. "
msg
<<
"After it expires, you can
#{
link_tag
}
."
end
# Overrides
def
diff_hard_limit_enabled?
false
end
end
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