summaryrefslogtreecommitdiff
path: root/app/views/projects/environments/_form.html.haml
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2020-05-21 18:08:27 +0000
committerGitLab Bot <gitlab-bot@gitlab.com>2020-05-21 18:08:27 +0000
commit34e72e54129090eaae6e045890fcdf8b5ad3f629 (patch)
tree4d84b3b0243aa43d180b016dd70c601fee09dc61 /app/views/projects/environments/_form.html.haml
parent8d3d7b40ae69357ddf026d6ed3ab75ca5077d28f (diff)
downloadgitlab-ce-34e72e54129090eaae6e045890fcdf8b5ad3f629.tar.gz
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'app/views/projects/environments/_form.html.haml')
-rw-r--r--app/views/projects/environments/_form.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/projects/environments/_form.html.haml b/app/views/projects/environments/_form.html.haml
index 1fbe34cfff3..a62cd368f3a 100644
--- a/app/views/projects/environments/_form.html.haml
+++ b/app/views/projects/environments/_form.html.haml
@@ -1,6 +1,6 @@
.row.prepend-top-default.append-bottom-default
.col-lg-3
- %h4.prepend-top-0
+ %h4.gl-mt-0
= _("Environments")
%p
- link_to_read_more = link_to(_("Read more about environments"), help_page_path("ci/environments"))