BigW Consortium Gitlab
Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
gitlab-ce
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Forest Godfrey
gitlab-ce
Commits
d51877ca
Commit
d51877ca
authored
Mar 07, 2016
by
Jacob Vosmaer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Change "some commits hidden" message
parent
82363332
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
_commit_list.html.haml
app/views/projects/commits/_commit_list.html.haml
+1
-1
_commits.html.haml
app/views/projects/commits/_commits.html.haml
+1
-1
No files found.
app/views/projects/commits/_commit_list.html.haml
View file @
d51877ca
...
...
@@ -9,6 +9,6 @@
-
commits
.
each
do
|
commit
|
=
render
"projects/commits/inline_commit"
,
commit:
commit
,
project:
@project
%li
.warning-row.unstyled
other
#{
hidden
}
commits hidden to prevent performance issues
.
#{
number_with_delimiter
(
hidden
)
}
additional commits have been omitted
.
-
else
%ul
.well-list
=
render
commits
,
project:
@project
app/views/projects/commits/_commits.html.haml
View file @
d51877ca
...
...
@@ -18,4 +18,4 @@
-
if
hidden
>
0
.alert.alert-warning
Not shown:
#{
hidden
}
more commits
#{
number_with_delimiter
(
hidden
)
}
additional commits have been omitted.
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