Skip to content

Commit

Permalink
Fix(Projects index): remove superfluous <td>
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisma committed Mar 19, 2019
1 parent 898e9b3 commit abc0baa
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions app/views/projects/index.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,10 @@

<div>
<% if current_user.employee_or_admin? %>
<td>
<%= 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') %>
</td>
<%= 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 %>
</div>

Expand Down

0 comments on commit abc0baa

Please sign in to comment.