summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNeroBurner <pyro4hell@gmail.com>2019-08-22 15:08:26 +0200
committerNeroBurner <pyro4hell@gmail.com>2019-08-22 15:08:26 +0200
commit08d51490dd19147ebd9a998a221d3e7187c88a1e (patch)
treeaf24002fb2e22461020f7713907dbe4d25271ae7
parent48feb671083f3bc35789e975cc30bfc020f9a5dd (diff)
downloadgitlab-ce-08d51490dd19147ebd9a998a221d3e7187c88a1e.tar.gz
apps: remove the too big "Mirror a repository" header
fixes https://gitlab.com/gitlab-org/gitlab-ce/issues/66445
-rw-r--r--app/views/projects/mirrors/_mirror_repos.html.haml2
1 files changed, 0 insertions, 2 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)