Commit cfe93b6c authored by Luke Bennett's avatar Luke Bennett

Merge branch 'ce-port-3959-mirroring-interface-improvements' of...

Merge branch 'ce-port-3959-mirroring-interface-improvements' of https://gitlab.com/gitlab-org/gitlab-ce into ce-port-3959-mirroring-interface-improvements
parents 9b48c688 8fa270bc
...@@ -308,10 +308,6 @@ ...@@ -308,10 +308,6 @@
color: $white-light; color: $white-light;
} }
.push-pull-table {
margin-top: 1em;
}
.push-pull-table { .push-pull-table {
margin-top: 1em; margin-top: 1em;
......
...@@ -2,4 +2,4 @@ module MirrorHelper ...@@ -2,4 +2,4 @@ module MirrorHelper
def mirrors_form_data_attributes def mirrors_form_data_attributes
{ project_mirror_endpoint: project_mirror_path(@project) } { project_mirror_endpoint: project_mirror_path(@project) }
end end
end end
\ No newline at end of file
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment