diff options
author | Annabel Dunstone Gray <annabel.dunstone@gmail.com> | 2016-11-10 13:48:20 -0600 |
---|---|---|
committer | Annabel Dunstone Gray <annabel.dunstone@gmail.com> | 2016-11-10 13:48:20 -0600 |
commit | eb1b55132deadaed07ea61dcc461625b8db3c9d9 (patch) | |
tree | 6229a621accf93be3dcaf4f79c52f6935a87eae8 /app/views | |
parent | ba1c5c058632322bdc7f4d65988001c6a44197f2 (diff) | |
download | gitlab-ce-eb1b55132deadaed07ea61dcc461625b8db3c9d9.tar.gz |
Move reusable well styles into their own file
Diffstat (limited to 'app/views')
-rw-r--r-- | app/views/projects/commit/_commit_box.html.haml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app/views/projects/commit/_commit_box.html.haml b/app/views/projects/commit/_commit_box.html.haml index 0ebc38d16cf..bc48f67d140 100644 --- a/app/views/projects/commit/_commit_box.html.haml +++ b/app/views/projects/commit/_commit_box.html.haml @@ -55,8 +55,8 @@ %pre.commit-description = preserve(markdown(@commit.description, pipeline: :single_line, author: @commit.author)) -.commit-info-widget - .widget-row.branch-info +.info-well + .well-segment.branch-info .icon-container.commit-icon = custom_icon("icon_commit") %span.cgray= pluralize(@commit.parents.count, "parent") @@ -66,7 +66,7 @@ %i.fa.fa-spinner.fa-spin - if @commit.status - .widget-row.pipeline-info + .well-segment.pipeline-info .icon-container = ci_icon_for_status(@commit.status) Pipeline |