Send author to post hook. Display push activity to dashboard
This commit is contained in:
parent
796784c7c8
commit
bb164ebf1b
15 changed files with 107 additions and 11 deletions
|
@ -11,6 +11,8 @@ class DashboardController < ApplicationController
|
|||
@user = current_user
|
||||
@issues = current_user.assigned_issues.opened.order("created_at DESC").limit(10)
|
||||
@issues = @issues.includes(:author, :project)
|
||||
|
||||
@events = Event.where(:project_id => @projects.map(&:id)).recent.limit(20)
|
||||
end
|
||||
|
||||
# Get authored or assigned open merge requests
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue