mirror of
https://github.com/wahyd4/gitlabhq.git
synced 2026-08-13 14:46:05 +10:00
Hide group dashboard and project sidebar for xs size
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
.dashboard
|
||||
.activities.col-md-8.hidden-sm
|
||||
.activities.col-md-8.hidden-sm.hidden-xs
|
||||
- if current_user
|
||||
= render "events/event_last_push", event: @last_push
|
||||
= link_to dashboard_path, class: 'btn btn-tiny' do
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
= render 'shared/event_filter'
|
||||
.content_list
|
||||
= spinner
|
||||
.col-md-3.project-side.hidden-sm
|
||||
.col-md-3.project-side.hidden-sm.hidden-xs
|
||||
.clearfix
|
||||
- if @project.archived?
|
||||
.alert.alert-warning
|
||||
|
||||
Reference in New Issue
Block a user