summaryrefslogtreecommitdiff
path: root/app/views/projects/show.html.haml
diff options
context:
space:
mode:
authorAnnabel Dunstone <annabel.dunstone@gmail.com>2016-07-28 12:06:15 -0500
committerAnnabel Dunstone <annabel.dunstone@gmail.com>2016-07-28 12:46:19 -0500
commitafca25ed8abddf4f9f3767fbc26a990a6e61dc8b (patch)
tree0459e1ac040a76e860d8521bf0f7afed9a14f8b6 /app/views/projects/show.html.haml
parent3f1422a629a6866bc4cf164c00479eedb891ef8a (diff)
downloadgitlab-ce-afca25ed8abddf4f9f3767fbc26a990a6e61dc8b.tar.gz
Link configuration button to .gitlab-ci.yml20101-ci-configuration
Diffstat (limited to 'app/views/projects/show.html.haml')
-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 cd0cd923ddb..a666d07e9eb 100644
--- a/app/views/projects/show.html.haml
+++ b/app/views/projects/show.html.haml
@@ -45,7 +45,7 @@
- if @repository.gitlab_ci_yml
%li
- = link_to 'CI configuration', project_environments_path(@project)
+ = link_to 'CI configuration', ci_configuration_path(@project)
- if current_user && can_push_branch?(@project, @project.default_branch)
- unless @repository.changelog