| ... | @@ -22,6 +22,8 @@ class DashboardController < ApplicationController |
... | @@ -22,6 +22,8 @@ class DashboardController < ApplicationController |
|
|
|
|
|
|
|
@last_push = current_user.recent_push
|
|
@last_push = current_user.recent_push
|
|
|
|
|
|
|
|
|
@publicish_project_count = Project.publicish(current_user).count
|
|
|
|
|
|
|
respond_to do |format|
|
|
respond_to do |format|
|
|
|
format.html
|
|
format.html
|
|
|
format.json { pager_json("events/_events", @events.count) }
|
|
format.json { pager_json("events/_events", @events.count) }
|
| ... | |
... | |
| ... | | ... | |