diff --git a/app/views/teams/show.html.erb b/app/views/teams/show.html.erb index 016db75..0ac43bd 100644 --- a/app/views/teams/show.html.erb +++ b/app/views/teams/show.html.erb @@ -28,9 +28,9 @@
+ <%= link_to 'Invite a Friend', new_user_invitation_path, class: "button" %> <%= link_to 'Leave team', leave_team_path(@team), class: 'button', id: 'warning' %> <%= link_to 'Edit', edit_team_path(@team), class: 'button', id: 'action' %>
-