From 1d520255808ae961ef6da5df193cc2a4b00b6fda Mon Sep 17 00:00:00 2001 From: Frank Cardillo Date: Tue, 11 Oct 2016 20:36:00 -0400 Subject: [PATCH] added invite user button to team show page --- app/views/teams/show.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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' %>
-