started cleaning UI
This commit is contained in:
parent
1ee69714df
commit
d95cfc6144
10 changed files with 38 additions and 29 deletions
|
@ -69,7 +69,7 @@ class ProjectsController < ApplicationController
|
|||
def show
|
||||
return render "projects/empty" unless @project.repo_exists? && @project.has_commits?
|
||||
limit = (params[:limit] || 20).to_i
|
||||
@activities = @project.updates_wo_repo(limit)
|
||||
@activities = @project.activities(limit)#updates_wo_repo(limit)
|
||||
end
|
||||
|
||||
def files
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue