summaryrefslogtreecommitdiff
path: root/app/views/projects/builds/show.html.haml
diff options
context:
space:
mode:
authorAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2016-11-17 13:33:53 -0600
committerAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2016-11-17 13:31:37 -0700
commit9ed7171a6a8c98858949891b298789a97c4f3fba (patch)
tree31bab0f4222f98d365860c1ed4104bbcbcf58adc /app/views/projects/builds/show.html.haml
parent43906336ff24e218cb1f7024d63a22367dd7e09a (diff)
downloadgitlab-ce-9ed7171a6a8c98858949891b298789a97c4f3fba.tar.gz
Fix builds/show spec; use iid instead of id23205-information-about-environments-build-page
Diffstat (limited to 'app/views/projects/builds/show.html.haml')
-rw-r--r--app/views/projects/builds/show.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/projects/builds/show.html.haml b/app/views/projects/builds/show.html.haml
index efb130a5dd8..0eaa602dc71 100644
--- a/app/views/projects/builds/show.html.haml
+++ b/app/views/projects/builds/show.html.haml
@@ -43,7 +43,7 @@
- if environment.last_deployment
View the most recent deployment #{deployment_link(environment.last_deployment)}.
- elsif @build.complete? && !@build.success?
- The deployment of this build to #{environment_link_for_build(@build.project, @build)} did not complete.
+ The deployment of this build to #{environment_link_for_build(@build.project, @build)} did not succeed.
- else
This build is creating a deployment to #{environment_link_for_build(@build.project, @build)}
- if environment.last_deployment