From 9061b55c178d23acde535f4f729b4ed293853233 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Steffen=20K=C3=B6hler?= Date: Fri, 8 Jan 2016 17:54:48 +0100 Subject: 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] --- app/views/projects/builds/index.html.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.1