Loading app/views/dashboard/activity.html.haml +1 −3 Original line number Diff line number Diff line Loading @@ -7,10 +7,8 @@ - page_title "Activity" - header_title "Activity", activity_dashboard_path .hidden-xs = render "projects/last_push" %div{ class: container_class } = render "projects/last_push" = render 'dashboard/activity_head' %section.activities Loading app/views/dashboard/projects/index.html.haml +1 −2 Original line number Diff line number Diff line Loading @@ -7,9 +7,8 @@ - page_title "Projects" - header_title "Projects", dashboard_projects_path = render "projects/last_push" %div{ class: container_class } = render "projects/last_push" - if show_projects?(@projects, params) = render 'dashboard/projects_head' = render 'nav' Loading app/views/dashboard/projects/starred.html.haml +1 −2 Original line number Diff line number Diff line Loading @@ -4,9 +4,8 @@ - page_title "Starred Projects" - header_title "Projects", dashboard_projects_path = render "projects/last_push" %div{ class: container_class } = render "projects/last_push" = render 'dashboard/projects_head' - if params[:filter_projects] || any_projects?(@projects) Loading app/views/projects/_last_push.html.haml +13 −14 Original line number Diff line number Diff line - event = last_push_event - if event && show_last_push_widget?(event) %div{ class: container_class } .row-content-block.top-block.hidden-xs.white .event-last-push .event-last-push-text Loading app/views/projects/activity.html.haml +2 −1 Original line number Diff line number Diff line Loading @@ -2,6 +2,7 @@ - page_title _("Activity") %div{ class: container_class } = render 'projects/last_push' = render 'projects/activity' Loading
app/views/dashboard/activity.html.haml +1 −3 Original line number Diff line number Diff line Loading @@ -7,10 +7,8 @@ - page_title "Activity" - header_title "Activity", activity_dashboard_path .hidden-xs = render "projects/last_push" %div{ class: container_class } = render "projects/last_push" = render 'dashboard/activity_head' %section.activities Loading
app/views/dashboard/projects/index.html.haml +1 −2 Original line number Diff line number Diff line Loading @@ -7,9 +7,8 @@ - page_title "Projects" - header_title "Projects", dashboard_projects_path = render "projects/last_push" %div{ class: container_class } = render "projects/last_push" - if show_projects?(@projects, params) = render 'dashboard/projects_head' = render 'nav' Loading
app/views/dashboard/projects/starred.html.haml +1 −2 Original line number Diff line number Diff line Loading @@ -4,9 +4,8 @@ - page_title "Starred Projects" - header_title "Projects", dashboard_projects_path = render "projects/last_push" %div{ class: container_class } = render "projects/last_push" = render 'dashboard/projects_head' - if params[:filter_projects] || any_projects?(@projects) Loading
app/views/projects/_last_push.html.haml +13 −14 Original line number Diff line number Diff line - event = last_push_event - if event && show_last_push_widget?(event) %div{ class: container_class } .row-content-block.top-block.hidden-xs.white .event-last-push .event-last-push-text Loading
app/views/projects/activity.html.haml +2 −1 Original line number Diff line number Diff line Loading @@ -2,6 +2,7 @@ - page_title _("Activity") %div{ class: container_class } = render 'projects/last_push' = render 'projects/activity'