diff options
author | Tim Zallmann <tzallmann@gitlab.com> | 2019-08-26 21:43:41 +0000 |
---|---|---|
committer | Tim Zallmann <tzallmann@gitlab.com> | 2019-08-26 21:43:41 +0000 |
commit | 5e1e9227bfda44da218318c3255cdb81c02f2154 (patch) | |
tree | aa70b130bfe24c55c5806ae1a3d2287dfa46b7d8 | |
parent | 6dfc487307c7f684fa1a9cc48e5ad41d7f3b2d1a (diff) | |
parent | 57a7309ed4e2f65120a862c8b153b4370eae4f7f (diff) | |
download | gitlab-ce-5e1e9227bfda44da218318c3255cdb81c02f2154.tar.gz |
Merge branch 'setting_mirror_repos_too_big' into 'master'
apps: remove the too big "Mirror a repository" header
Closes #66445
See merge request gitlab-org/gitlab-ce!32097
-rw-r--r-- | app/views/projects/mirrors/_mirror_repos.html.haml | 2 | ||||
-rw-r--r-- | locale/gitlab.pot | 3 |
2 files changed, 0 insertions, 5 deletions
diff --git a/app/views/projects/mirrors/_mirror_repos.html.haml b/app/views/projects/mirrors/_mirror_repos.html.haml index eb100e5cf47..6f8a93fbcf5 100644 --- a/app/views/projects/mirrors/_mirror_repos.html.haml +++ b/app/views/projects/mirrors/_mirror_repos.html.haml @@ -13,8 +13,6 @@ .settings-content = form_for @project, url: project_mirror_path(@project), html: { class: 'gl-show-field-errors js-mirror-form', autocomplete: 'new-password', data: mirrors_form_data_attributes } do |f| .panel.panel-default - .panel-heading - %h3.panel-title= _('Mirror a repository') .panel-body %div= form_errors(@project) diff --git a/locale/gitlab.pot b/locale/gitlab.pot index e1059032be5..e44c18979cd 100644 --- a/locale/gitlab.pot +++ b/locale/gitlab.pot @@ -7113,9 +7113,6 @@ msgstr "" msgid "Minimum length is %{minimum_password_length} characters." msgstr "" -msgid "Mirror a repository" -msgstr "" - msgid "Mirror direction" msgstr "" |