Add icon container

This commit is contained in:
Annabel Dunstone 2016-07-27 13:29:32 -05:00
parent d286c624de
commit 59797acd85
1 changed files with 2 additions and 1 deletions

View File

@ -17,7 +17,8 @@
= link_to build.ref, namespace_project_commits_path(build.project.namespace, build.project, build.ref), class: "monospace branch-name"
- else
.light none
= custom_icon("icon_commit")
.icon-container
= custom_icon("icon_commit")
= link_to build.short_sha, namespace_project_commit_path(build.project.namespace, build.project, build.sha), class: "monospace commit-id"
- if build.stuck?