Fixed haml_lint warning for the settings_head partial
This commit is contained in:
parent
ee2ddd0595
commit
f47946591a
2 changed files with 1 additions and 2 deletions
|
@ -11,4 +11,4 @@
|
|||
= nav_link(path: 'groups#edit') do
|
||||
= link_to edit_group_path(@group), title: 'Edit Group' do
|
||||
%span
|
||||
Edit Group
|
||||
Edit Group
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
- page_title "Projects"
|
||||
= render "groups/settings_head"
|
||||
|
||||
.panel.panel-default.prepend-top-default
|
||||
|
|
Loading…
Reference in a new issue