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

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrancisco Javier López <fjlopez@gitlab.com>2019-05-01 15:16:03 +0300
committerSean McGivern <sean@gitlab.com>2019-05-01 15:16:03 +0300
commitdc8d1cd8e09f3e99e7e7b1c899be7e588f5c053b (patch)
tree6e9d2d09c3fd91dd65a4cbfc7498ddb25649e3b3 /app/helpers/mirror_helper.rb
parente6767f59220dba7e450e06106c041dd90f4d7105 (diff)
Refactor mirror instructions view
Diffstat (limited to 'app/helpers/mirror_helper.rb')
-rw-r--r--app/helpers/mirror_helper.rb4
1 files changed, 4 insertions, 0 deletions
diff --git a/app/helpers/mirror_helper.rb b/app/helpers/mirror_helper.rb
index 65c7cd82832..921c79ab771 100644
--- a/app/helpers/mirror_helper.rb
+++ b/app/helpers/mirror_helper.rb
@@ -7,4 +7,8 @@ module MirrorHelper
project_mirror_endpoint: project_mirror_path(@project, :json)
}
end
+
+ def mirror_lfs_sync_message
+ _('The Git LFS objects will <strong>not</strong> be synced.').html_safe
+ end
end