Invite your friends or coworkers
<%= membership.user.name %>
<%= membership.user.email %>
Owner
Site owner cannot be assigned to any other role
Admin
View stats and edit site settings
Viewer
View stats only
Remove member
<% end %> <% end %>Role | Edit | |
---|---|---|
<%= invitation.email %> | <%= invitation.role |> Atom.to_string() |> String.capitalize() %> | <%= link("Remove", to: Routes.invitation_path( @conn, :remove_invitation, @site.domain, invitation.invitation_id ), method: :delete, class: "text-red-600 hover:text-red-900" ) %> |