Commit 0fad4c1c authored by Marvin Karegyeya's avatar Marvin Karegyeya Committed by Jose Ivan Vargas

Apply GitLab UI styles to button in show.html.haml

parent 3db24e4d
...@@ -18,8 +18,8 @@ ...@@ -18,8 +18,8 @@
.row-content-block .row-content-block
.float-right .float-right
= link_to(sherlock_transactions_path, class: 'btn') do = link_to(sherlock_transactions_path, class: 'gl-button btn') do
= sprite_icon('arrow-left') = sprite_icon('arrow-left', css_class: 'gl-mr-3')
= t('sherlock.all_transactions') = t('sherlock.all_transactions')
.oneline .oneline
= t('sherlock.transaction') = t('sherlock.transaction')
......
---
title: Apply GitLab UI button styles to buttons in transactions show.html.haml files
merge_request: 51096
author: nuwe1
type: other
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment