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

Fixed haml linter errors

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