Commit 53ad9970 authored by Jose Ivan Vargas's avatar Jose Ivan Vargas

Fixed haml linter errors

parent aaee6fae
...@@ -9,7 +9,7 @@ ...@@ -9,7 +9,7 @@
= link_to projects_group_path(@group), title: 'Projects' do = link_to projects_group_path(@group), title: 'Projects' do
%span %span
Projects Projects
- if can_edit - if can_edit
- if ldap_enabled? - if ldap_enabled?
= nav_link(path: 'ldap_group_links#index') do = nav_link(path: 'ldap_group_links#index') do
= link_to group_ldap_group_links_path(@group), title: 'LDAP Group' do = link_to group_ldap_group_links_path(@group), title: 'LDAP Group' do
...@@ -31,4 +31,4 @@ ...@@ -31,4 +31,4 @@
= nav_link(path: 'groups#edit') do = nav_link(path: 'groups#edit') do
= link_to edit_group_path(@group), title: 'Edit Group' do = link_to edit_group_path(@group), title: 'Edit Group' do
%span %span
Edit Group Edit Group
\ No newline at end of file
...@@ -36,5 +36,3 @@ ...@@ -36,5 +36,3 @@
= link_to projects_group_path(@group), title: 'Settings' do = link_to projects_group_path(@group), title: 'Settings' do
%span %span
Settings Settings
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