Skip to content
Snippets Groups Projects
Commit 189b0405 authored by Douwe Maan's avatar Douwe Maan
Browse files

Add build ID to build page.

parent 7f8e8ecd
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -3,7 +3,7 @@
 
.build-page
.gray-content-block
Build for commit
Build ##{@build.id} for commit
%strong.monospace
= link_to @build.commit.short_sha, ci_status_path(@build.commit)
from
Loading
Loading
@@ -90,7 +90,7 @@
 
.build-widget
%h4.title
Build
Build ##{@build.id}
- if current_user && can?(current_user, :manage_builds, @project)
.pull-right
- if @build.cancel_url
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment