Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2015-01-16 10:34:30 +0300
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2015-01-16 10:34:30 +0300
commit33f27fcb6a28bb69727427e1c9ff3c8804466f60 (patch)
treed305d5522f36d404cf25fafb7b066b9ddf7d0593 /app/views/projects/_issues_nav.html.haml
parent4dfa1ed269fb5a483d37eeffc8009f85f13d1e0f (diff)
Remvoe unnecessary expand buttons
Diffstat (limited to 'app/views/projects/_issues_nav.html.haml')
-rw-r--r--app/views/projects/_issues_nav.html.haml11
1 files changed, 0 insertions, 11 deletions
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