diff options
Diffstat (limited to 'app/views/sherlock/transactions')
-rw-r--r-- | app/views/sherlock/transactions/_file_samples.html.haml | 2 | ||||
-rw-r--r-- | app/views/sherlock/transactions/_queries.html.haml | 2 | ||||
-rw-r--r-- | app/views/sherlock/transactions/index.html.haml | 4 |
3 files changed, 4 insertions, 4 deletions
diff --git a/app/views/sherlock/transactions/_file_samples.html.haml b/app/views/sherlock/transactions/_file_samples.html.haml index 5b3448605f2..110eb42f9ea 100644 --- a/app/views/sherlock/transactions/_file_samples.html.haml +++ b/app/views/sherlock/transactions/_file_samples.html.haml @@ -21,4 +21,4 @@ %td = link_to(t('sherlock.view'), sherlock_transaction_file_sample_path(@transaction, sample), - class: 'btn btn-sm') + class: 'gl-button btn btn-sm') diff --git a/app/views/sherlock/transactions/_queries.html.haml b/app/views/sherlock/transactions/_queries.html.haml index 5e224f3aa0e..afe23d61bcd 100644 --- a/app/views/sherlock/transactions/_queries.html.haml +++ b/app/views/sherlock/transactions/_queries.html.haml @@ -21,4 +21,4 @@ %td = link_to(t('sherlock.view'), sherlock_transaction_query_path(@transaction, query), - class: 'btn btn-sm') + class: 'gl-button btn btn-sm') diff --git a/app/views/sherlock/transactions/index.html.haml b/app/views/sherlock/transactions/index.html.haml index 1e16c88571e..a2be6cae1e0 100644 --- a/app/views/sherlock/transactions/index.html.haml +++ b/app/views/sherlock/transactions/index.html.haml @@ -4,7 +4,7 @@ .row-content-block .float-right = link_to(destroy_all_sherlock_transactions_path, - class: 'btn btn-danger', + class: 'gl-button btn btn-danger', method: :delete) do = sprite_icon('remove') = t('sherlock.delete_all_transactions') @@ -37,5 +37,5 @@ %td = time_ago_with_tooltip trans.finished_at %td - = link_to(sherlock_transaction_path(trans), class: 'btn btn-sm') do + = link_to(sherlock_transaction_path(trans), class: 'gl-button btn btn-sm') do = t('sherlock.view') |