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
path: root/app/views
diff options
context:
space:
mode:
authorbikebilly <fabio@gitlab.com>2018-02-02 02:14:19 +0300
committerbikebilly <fabio@gitlab.com>2018-02-02 02:14:19 +0300
commit6e0efbb096eb7042ad14fa2263c036009b80a678 (patch)
tree98b433e470b4971d6a895d5d3c2e6e7b9a4fe022 /app/views
parentad987b0d4a24e1e814f7322048912018bf139e89 (diff)
Change "CI configuration" in "CI/CD configuration"
Diffstat (limited to 'app/views')
-rw-r--r--app/views/projects/show.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/projects/show.html.haml b/app/views/projects/show.html.haml
index 1181fda2ee0..888d820b04e 100644
--- a/app/views/projects/show.html.haml
+++ b/app/views/projects/show.html.haml
@@ -47,7 +47,7 @@
- if @repository.gitlab_ci_yml
%li
- = link_to _('CI configuration'), ci_configuration_path(@project)
+ = link_to _('CI/CD configuration'), ci_configuration_path(@project)
- if current_user && can_push_branch?(@project, @project.default_branch)
- unless @repository.changelog