diff options
Diffstat (limited to 'app/views/sherlock/queries/show.html.haml')
-rw-r--r-- | app/views/sherlock/queries/show.html.haml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/sherlock/queries/show.html.haml b/app/views/sherlock/queries/show.html.haml index e4a48943115..eea13d105d8 100644 --- a/app/views/sherlock/queries/show.html.haml +++ b/app/views/sherlock/queries/show.html.haml @@ -11,7 +11,7 @@ .row-content-block .float-right - = link_to(sherlock_transaction_path(@transaction), class: 'btn') do + = link_to(sherlock_transaction_path(@transaction), class: 'btn gl-button btn-default') do = sprite_icon('arrow-left') = t('sherlock.transaction') .oneline |