diff options
author | Jacob Schatz <jschatz1@gmail.com> | 2017-10-27 16:29:24 -0400 |
---|---|---|
committer | Jacob Schatz <jschatz1@gmail.com> | 2017-10-27 16:29:24 -0400 |
commit | 8a99dad9141b9e2a9088eee0c77c11b7e2889987 (patch) | |
tree | 0d60e3ce8919e2352f9af1389f00ceb0ea9726c1 | |
parent | 35347780fdddfcfbb40a405467079c94ec554bbd (diff) | |
download | gitlab-ce-8a99dad9141b9e2a9088eee0c77c11b7e2889987.tar.gz |
Fix sherlock buttons
-rw-r--r-- | app/views/sherlock/transactions/show.html.haml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/sherlock/transactions/show.html.haml b/app/views/sherlock/transactions/show.html.haml index eab91e8fbe4..dcce8fb0dab 100644 --- a/app/views/sherlock/transactions/show.html.haml +++ b/app/views/sherlock/transactions/show.html.haml @@ -18,7 +18,7 @@ .row-content-block .pull-right - = link_to(sherlock_transactions_path, class: 'btn') do + = link_to(sherlock_transactions_path, class: 'btn btn-default') do %i.fa.fa-arrow-left = t('sherlock.all_transactions') .oneline |