debian-mirror-gitlab/app/views/notify/member_access_granted_email.text.erb

9 lines
437 B
Text
Raw Normal View History

2019-07-31 22:56:46 +05:30
<% source_type = member_source.model_name.singular %>
<%= _('You have been granted %{access_level} access to the %{source_name} %{source_type}.') % { access_level: member.human_access, source_name: member_source.human_name, source_type: source_type } %>
<%= member_source.web_url %>
2019-07-31 22:56:46 +05:30
<%= _('If this was a mistake you can leave the %{source_type}.') % { source_type: source_type } %>
<%= polymorphic_url([member_source], leave: 1) %>