summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJacob Schatz <jschatz1@gmail.com>2017-10-27 16:29:24 -0400
committerJacob Schatz <jschatz1@gmail.com>2017-10-27 16:29:24 -0400
commit8a99dad9141b9e2a9088eee0c77c11b7e2889987 (patch)
tree0d60e3ce8919e2352f9af1389f00ceb0ea9726c1
parent35347780fdddfcfbb40a405467079c94ec554bbd (diff)
downloadgitlab-ce-8a99dad9141b9e2a9088eee0c77c11b7e2889987.tar.gz
Fix sherlock buttons
-rw-r--r--app/views/sherlock/transactions/show.html.haml2
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