Commit 33f27fcb authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets

Remvoe unnecessary expand buttons

parent 4dfa1ed2
...@@ -15,7 +15,8 @@ ...@@ -15,7 +15,8 @@
} }
.issues-filters, .issues-filters,
.dash-projects-filters { .dash-projects-filters,
.check-all-holder {
display: none; display: none;
} }
......
...@@ -19,11 +19,6 @@ ...@@ -19,11 +19,6 @@
Labels 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_controller?(:issues)
- if current_user - if current_user
%li.hidden-xs %li.hidden-xs
...@@ -32,9 +27,6 @@ ...@@ -32,9 +27,6 @@
%li.pull-right %li.pull-right
.pull-right .pull-right
%button.btn.btn-default.sidebar-expand-button
%i.icon.fa.fa-list
.pull-left .pull-left
= form_tag project_issues_path(@project), method: :get, id: "issue_search_form", class: 'pull-left issue-search-form' do = 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 .append-right-10.hidden-xs.hidden-sm
...@@ -53,9 +45,6 @@ ...@@ -53,9 +45,6 @@
- if current_controller?(:merge_requests) - if current_controller?(:merge_requests)
%li.pull-right %li.pull-right
.pull-right .pull-right
%button.btn.btn-default.sidebar-expand-button
%i.icon.fa.fa-list
- if can? current_user, :write_merge_request, @project - 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 = link_to new_project_merge_request_path(@project), class: "btn btn-new pull-left", title: "New Merge Request" do
%i.fa.fa-plus %i.fa.fa-plus
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment