Welcome to mirror list, hosted at ThFree Co, Russian Federation.

group_was_exported_email.html.haml « notify « views « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: a2f34537662ef6b1f5d6fe09a530173be525a033 (plain)
1
2
3
4
5
6
7
8
9
%p
  = _('Group %{group_name} was exported successfully.') % { group_name: @group.name }

%p
  = _('The group export can be downloaded from:')
  = link_to download_export_group_url(@group), rel: 'nofollow', download: '' do
    #{@group.full_name} export
%p
  = _('The download link will expire in 24 hours.')