Commit a3a512f2efe293aa2a6a1e4eb7edf04fd9087974

Authored by Dmitriy Zaporozhets
1 parent 0505a882

Hide group dashboard and project sidebar for xs size

Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
app/views/groups/show.html.haml
1 1 .dashboard
2   - .activities.col-md-8.hidden-sm
  2 + .activities.col-md-8.hidden-sm.hidden-xs
3 3 - if current_user
4 4 = render "events/event_last_push", event: @last_push
5 5 = link_to dashboard_path, class: 'btn btn-tiny' do
... ...
app/views/projects/show.html.haml
... ... @@ -6,7 +6,7 @@
6 6 = render 'shared/event_filter'
7 7 .content_list
8 8 = spinner
9   - .col-md-3.project-side.hidden-sm
  9 + .col-md-3.project-side.hidden-sm.hidden-xs
10 10 .clearfix
11 11 - if @project.archived?
12 12 .alert.alert-warning
... ...