From 33f27fcb6a28bb69727427e1c9ff3c8804466f60 Mon Sep 17 00:00:00 2001 From: Dmitriy Zaporozhets Date: Thu, 15 Jan 2015 23:34:30 -0800 Subject: [PATCH] Remvoe unnecessary expand buttons --- app/assets/stylesheets/generic/mobile.scss | 3 ++- app/views/projects/_issues_nav.html.haml | 11 ----------- 2 files changed, 2 insertions(+), 12 deletions(-) diff --git a/app/assets/stylesheets/generic/mobile.scss b/app/assets/stylesheets/generic/mobile.scss index bcd28098502..90703cde0d1 100644 --- a/app/assets/stylesheets/generic/mobile.scss +++ b/app/assets/stylesheets/generic/mobile.scss @@ -15,7 +15,8 @@ } .issues-filters, - .dash-projects-filters { + .dash-projects-filters, + .check-all-holder { display: none; } diff --git a/app/views/projects/_issues_nav.html.haml b/app/views/projects/_issues_nav.html.haml index 4e2ef3202f9..f4e3d9a1093 100644 --- a/app/views/projects/_issues_nav.html.haml +++ b/app/views/projects/_issues_nav.html.haml @@ -19,11 +19,6 @@ Labels - - if current_controller?(:milestones) - %li.pull-right - %button.btn.btn-default.sidebar-expand-button - %i.icon.fa.fa-list - - if current_controller?(:issues) - if current_user %li.hidden-xs @@ -32,9 +27,6 @@ %li.pull-right .pull-right - %button.btn.btn-default.sidebar-expand-button - %i.icon.fa.fa-list - .pull-left = form_tag project_issues_path(@project), method: :get, id: "issue_search_form", class: 'pull-left issue-search-form' do .append-right-10.hidden-xs.hidden-sm @@ -53,9 +45,6 @@ - if current_controller?(:merge_requests) %li.pull-right .pull-right - %button.btn.btn-default.sidebar-expand-button - %i.icon.fa.fa-list - - if can? current_user, :write_merge_request, @project = link_to new_project_merge_request_path(@project), class: "btn btn-new pull-left", title: "New Merge Request" do %i.fa.fa-plus