Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
heptapod
heptapod
Commits
4e4dbdbdf08e
Commit
fb8f05ee
authored
Nov 27, 2011
by
Dmitriy Zaporozhets
Browse files
activity events reduced to 20 from 40
parent
6b318136b5f5
Changes
1
Hide whitespace changes
Inline
Side-by-side
app/controllers/projects_controller.rb
View file @
4e4dbdbd
...
...
@@ -66,7 +66,7 @@ def update
def
show
return
render
"projects/empty"
unless
@project
.
repo_exists?
limit
=
(
params
[
:limit
]
||
4
0
).
to_i
limit
=
(
params
[
:limit
]
||
2
0
).
to_i
@activities
=
@project
.
updates
(
limit
)
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