summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteffen Köhler <git@steffenkoehler.net>2016-01-08 17:54:48 +0100
committerSteffen Köhler <git@steffenkoehler.net>2016-01-10 16:20:51 +0100
commit9061b55c178d23acde535f4f729b4ed293853233 (patch)
tree43183eb93c139f68289c6704ff347a25b9f7451d
parentd33cc4e53070e6afb576911aa4d76dc80eba78b7 (diff)
downloadgitlab-ce-9061b55c178d23acde535f4f729b4ed293853233.tar.gz
Fix typo in build page of projects
The column containing links to the builds is named Runner but actually contains the Build ID. [ci skip]
-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 1a26908ab11..3fa21faf970 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