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:
authorOswaldo Ferreira <oswaldo@gitlab.com>2017-01-26 16:22:16 +0300
committerOswaldo Ferreira <oswaldo@gitlab.com>2017-01-28 01:20:19 +0300
commit27a794914e9a9a9f979b89d26d0297f677e2946a (patch)
tree0f9ef573b2fad1142315ef92cd96890c86554ea8 /app/views/groups/issues.html.haml
parent6a5a5d0ec0ad08fafc007a88d2cd558f3c7add1b (diff)
Remove unnecessary extra margin on issues, mr and todo pages
Diffstat (limited to 'app/views/groups/issues.html.haml')
-rw-r--r--app/views/groups/issues.html.haml3
1 files changed, 1 insertions, 2 deletions
diff --git a/app/views/groups/issues.html.haml b/app/views/groups/issues.html.haml
index 6ad03a60b3a..83edb719692 100644
--- a/app/views/groups/issues.html.haml
+++ b/app/views/groups/issues.html.haml
@@ -23,7 +23,6 @@
- if current_user
To see all issues you should visit #{link_to 'dashboard', issues_dashboard_path} page.
- .prepend-top-default
- = render 'shared/issues'
+ = render 'shared/issues'
- else
= render 'shared/empty_states/issues', project_select_button: true