diff --git a/app/views/projects/index.html.erb b/app/views/projects/index.html.erb index 0f50b778..375bc5e1 100644 --- a/app/views/projects/index.html.erb +++ b/app/views/projects/index.html.erb @@ -2,12 +2,10 @@
<% if current_user.employee_or_admin? %> - - <%= link_to(fa_icon('plus'), new_project_path, - title: 'Create new project', - :data => { toggle: 'tooltip', placement: 'left' }, - class: 'btn btn-primary float-right', id: 'createNewProjectButton') %> - + <%= link_to(fa_icon('plus'), new_project_path, + title: 'Create new project', + :data => { toggle: 'tooltip', placement: 'left' }, + class: 'btn btn-primary float-right', id: 'createNewProjectButton') %> <% end %>