515205d3c1
+ Move 'Edit Project/Group' out of membership-related partial + Show the access request buttons only to logged-in users + Put the request access buttons out of in a more visible button + Improve the copy in the #remove_member_message helper Signed-off-by: Rémy Coutable <remy@rymai.me>
4 lines
297 B
Text
4 lines
297 B
Text
You have been invited <%= "by #{member.created_by.name} " if member.created_by %>to join the <%= member_source.human_name %> <%= member_source.model_name.singular %> as <%= member.human_access %>.
|
|
|
|
Accept invitation: <%= invite_url(@token) %>
|
|
Decline invitation: <%= decline_invite_url(@token) %>
|