Skip to content
This repository has been archived by the owner on Dec 12, 2021. It is now read-only.

Commit

Permalink
Merge pull request #318 from codeforboston/add_invite_to_team_to_team…
Browse files Browse the repository at this point in the history
…_show_page

added invite user button to team show page
  • Loading branch information
FrankCardillo committed Oct 12, 2016
2 parents 6e2261e + 1d52025 commit 400c9a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/teams/show.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@
</table>

<div id="teamButs">
<%= 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' %>
</div>

</div>

0 comments on commit 400c9a7

Please sign in to comment.