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
diff options
context:
space:
mode:
authorKamil Trzciński <ayufan@ayufan.eu>2016-01-11 14:54:18 +0300
committerKamil Trzciński <ayufan@ayufan.eu>2016-01-11 14:54:18 +0300
commitb6c2908cb2d63b5832d37d05b77e722b23d22dc6 (patch)
treedc72f64f13f2070ac5bfc9c45b37a760c7e23db0 /app
parent5270cc69582bff42e8effe2e882592805c764e4b (diff)
parent9061b55c178d23acde535f4f729b4ed293853233 (diff)
Merge branch 'fix-build-page-typo' into 'master'
Fix typo in build page of projects The column containing links to the builds is named Runner but actually contains the Build. See merge request !2347
Diffstat (limited to 'app')
-rw-r--r--app/views/projects/builds/index.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/projects/builds/index.html.haml b/app/views/projects/builds/index.html.haml
index 2fa5ad80fda..3bbfdb1e3b0 100644
--- a/app/views/projects/builds/index.html.haml
+++ b/app/views/projects/builds/index.html.haml
@@ -40,7 +40,7 @@
%thead
%tr
%th Status
- %th Runner
+ %th Build ID
%th Commit
%th Ref
%th Stage