Commit c306c6da authored by George Tsiolis's avatar George Tsiolis 🏀
Browse files

Adjust last push notification width

parent 13bf010f
Loading
Loading
Loading
Loading
+1 −3
Original line number Diff line number Diff line
@@ -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
+1 −2
Original line number Diff line number Diff line
@@ -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'
+1 −2
Original line number Diff line number Diff line
@@ -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)
+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
+2 −1
Original line number Diff line number Diff line
@@ -2,6 +2,7 @@

- page_title _("Activity")

%div{ class: container_class }
  = render 'projects/last_push'

= render 'projects/activity'
Loading