Skip to content
This repository has been archived by the owner on Dec 4, 2019. It is now read-only.

Commit

Permalink
Show incremental id instead of build id
Browse files Browse the repository at this point in the history
  • Loading branch information
r7kamura committed Jul 7, 2013
1 parent dd3c568 commit 121776a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/views/builds/_list.html.slim
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
li class=build.status_name id="build#{build.id}"
= link_to build do
span.id ##{build.id}
span.id ##{build.incremental_id}
span.time= build.finished_at
2 changes: 1 addition & 1 deletion app/views/builds/show.html.slim
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

section.build class = @resource.status_name
h1
span ##{@resource.id}
span ##{@resource.incremental_id}

table
tr
Expand Down

0 comments on commit 121776a

Please sign in to comment.