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
9d9d2fbb
Commit
9d9d2fbb
authored
Mar 09, 2016
by
Jacob Vosmaer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Prevent performance issues
parent
d51877ca
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
app/views/projects/commits/_commit_list.html.haml
app/views/projects/commits/_commit_list.html.haml
+1
-1
app/views/projects/commits/_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 @
9d9d2fbb
...
...
@@ -9,6 +9,6 @@
-
commits
.
each
do
|
commit
|
=
render
"projects/commits/inline_commit"
,
commit:
commit
,
project:
@project
%li
.warning-row.unstyled
#{
number_with_delimiter
(
hidden
)
}
additional commits have been omitted.
#{
number_with_delimiter
(
hidden
)
}
additional commits have been omitted
to prevent performance issues
.
-
else
%ul
.well-list
=
render
commits
,
project:
@project
app/views/projects/commits/_commits.html.haml
View file @
9d9d2fbb
...
...
@@ -18,4 +18,4 @@
-
if
hidden
>
0
.alert.alert-warning
#{
number_with_delimiter
(
hidden
)
}
additional commits have been omitted.
#{
number_with_delimiter
(
hidden
)
}
additional commits have been omitted
to prevent performance issues
.
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