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
1924e500
Commit
1924e500
authored
Jun 15, 2017
by
Bob Van Landuyt
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Don't translate `Commit#change_type_title` now
parent
11c957f5
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
3 deletions
+2
-3
app/models/commit.rb
app/models/commit.rb
+2
-3
No files found.
app/models/commit.rb
View file @
1924e500
# coding: utf-8
class
Commit
extend
ActiveModel
::
Naming
...
...
@@ -139,7 +138,7 @@ class Commit
safe_message
.
split
(
"
\n
"
,
2
)[
1
].
try
(
:chomp
)
end
def
description?
description
.
present?
end
...
...
@@ -292,7 +291,7 @@ class Commit
end
def
change_type_title
(
user
)
merged_merge_request?
(
user
)
?
s_
(
'ChangeType|merge request'
)
:
s_
(
'ChangeType|commit'
)
merged_merge_request?
(
user
)
?
'merge request'
:
'commit'
end
# Get the URI type of the given path
...
...
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