summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJose Ivan Vargas <jvargas@gitlab.com>2017-03-10 18:40:33 -0600
committerJose Ivan Vargas <jvargas@gitlab.com>2017-03-14 11:49:08 -0600
commitf47946591a52536c7dd7d02d11ffb7390549470b (patch)
treee81460984201797eca7570fedbc100bcfd00f047
parentee2ddd059520f2c9a875c888a2c4eb44af3643a5 (diff)
downloadgitlab-ce-f47946591a52536c7dd7d02d11ffb7390549470b.tar.gz
Fixed haml_lint warning for the settings_head partial
-rw-r--r--app/views/groups/_settings_head.html.haml2
-rw-r--r--app/views/groups/projects.html.haml1
2 files changed, 1 insertions, 2 deletions
diff --git a/app/views/groups/_settings_head.html.haml b/app/views/groups/_settings_head.html.haml
index dc11efeb0c4..d225f7ed3c0 100644
--- a/app/views/groups/_settings_head.html.haml
+++ b/app/views/groups/_settings_head.html.haml
@@ -11,4 +11,4 @@
= nav_link(path: 'groups#edit') do
= link_to edit_group_path(@group), title: 'Edit Group' do
%span
- Edit Group \ No newline at end of file
+ Edit Group
diff --git a/app/views/groups/projects.html.haml b/app/views/groups/projects.html.haml
index 1f4a3e2a829..83bdd654f27 100644
--- a/app/views/groups/projects.html.haml
+++ b/app/views/groups/projects.html.haml
@@ -1,4 +1,3 @@
-- page_title "Projects"
= render "groups/settings_head"
.panel.panel-default.prepend-top-default