diff options
author | Annabel Dunstone <annabel.dunstone@gmail.com> | 2016-04-25 15:02:15 -0500 |
---|---|---|
committer | Annabel Dunstone <annabel.dunstone@gmail.com> | 2016-05-04 16:45:37 -0500 |
commit | 7878eb9fa69123981281c2d71a2964dca1b459ee (patch) | |
tree | beb9b1a4020a6313e209ace1b0d075d56bfc03b2 /app/views/sherlock/transactions | |
parent | 950ab1e8470011bda4a2c481fc73e12df391dddf (diff) | |
download | gitlab-ce-7878eb9fa69123981281c2d71a2964dca1b459ee.tar.gz |
Start builds redesign
Diffstat (limited to 'app/views/sherlock/transactions')
-rw-r--r-- | app/views/sherlock/transactions/index.html.haml | 2 | ||||
-rw-r--r-- | app/views/sherlock/transactions/show.html.haml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/app/views/sherlock/transactions/index.html.haml b/app/views/sherlock/transactions/index.html.haml index 010e1a2a902..da969c02765 100644 --- a/app/views/sherlock/transactions/index.html.haml +++ b/app/views/sherlock/transactions/index.html.haml @@ -1,7 +1,7 @@ - page_title t('sherlock.title') - header_title t('sherlock.title'), sherlock_transactions_path -.gray-content-block +.row-content-block .pull-right = link_to(destroy_all_sherlock_transactions_path, class: 'btn btn-danger', diff --git a/app/views/sherlock/transactions/show.html.haml b/app/views/sherlock/transactions/show.html.haml index 9d4b0b2724c..8aa6b437d95 100644 --- a/app/views/sherlock/transactions/show.html.haml +++ b/app/views/sherlock/transactions/show.html.haml @@ -16,7 +16,7 @@ %span.badge #{@transaction.file_samples.length} -.gray-content-block +.row-content-block .pull-right = link_to(sherlock_transactions_path, class: 'btn') do %i.fa.fa-arrow-left |