Show "#123" instead of "Builds #123" to make column smaller

This commit is contained in:
Douwe Maan 2015-12-08 12:58:51 +01:00
parent b53769aedc
commit 526e64e0c4
1 changed files with 2 additions and 2 deletions

View File

@ -5,9 +5,9 @@
%td.commit_status-link
- if commit_status.target_url
= link_to commit_status.target_url do
%strong Build ##{commit_status.id}
%strong ##{commit_status.id}
- else
%strong Build ##{commit_status.id}
%strong ##{commit_status.id}
- if commit_status.show_warning?
%i.fa.fa-warning.text-warning