Commit a3a512f2efe293aa2a6a1e4eb7edf04fd9087974
1 parent
0505a882
Exists in
spb-stable
and in
2 other branches
Hide group dashboard and project sidebar for xs size
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Showing
2 changed files
with
2 additions
and
2 deletions
Show diff stats
app/views/groups/show.html.haml
1 | .dashboard | 1 | .dashboard |
2 | - .activities.col-md-8.hidden-sm | 2 | + .activities.col-md-8.hidden-sm.hidden-xs |
3 | - if current_user | 3 | - if current_user |
4 | = render "events/event_last_push", event: @last_push | 4 | = render "events/event_last_push", event: @last_push |
5 | = link_to dashboard_path, class: 'btn btn-tiny' do | 5 | = link_to dashboard_path, class: 'btn btn-tiny' do |
app/views/projects/show.html.haml
@@ -6,7 +6,7 @@ | @@ -6,7 +6,7 @@ | ||
6 | = render 'shared/event_filter' | 6 | = render 'shared/event_filter' |
7 | .content_list | 7 | .content_list |
8 | = spinner | 8 | = spinner |
9 | - .col-md-3.project-side.hidden-sm | 9 | + .col-md-3.project-side.hidden-sm.hidden-xs |
10 | .clearfix | 10 | .clearfix |
11 | - if @project.archived? | 11 | - if @project.archived? |
12 | .alert.alert-warning | 12 | .alert.alert-warning |