diff options
author | Douwe Maan <douwe@gitlab.com> | 2015-12-08 13:17:05 +0100 |
---|---|---|
committer | Douwe Maan <douwe@gitlab.com> | 2015-12-08 13:17:05 +0100 |
commit | 14969ac87fb83a647572e32c4a0bf0b5d08a487e (patch) | |
tree | c25bc0c74f662d07e7e425439bb91c00f748bb8f | |
parent | 9907a7e6ed7dbfac4c927cefd16ac8e4b3c681f6 (diff) | |
download | gitlab-ce-14969ac87fb83a647572e32c4a0bf0b5d08a487e.tar.gz |
Add '#' to build page title
-rw-r--r-- | app/views/projects/builds/show.html.haml | 2 |
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 dc6f9a82b50..d5e81f84b56 100644 --- a/app/views/projects/builds/show.html.haml +++ b/app/views/projects/builds/show.html.haml @@ -1,4 +1,4 @@ -- page_title "#{@build.name} (#{@build.id})", "Builds" +- page_title "#{@build.name} (##{@build.id})", "Builds" = render "header_title" .build-page |