Commit 56da3d96 authored by Alexander Turinske's avatar Alexander Turinske Committed by Sam Beckham

Update styling per @thomasrandolph's review

- remove btn-sm
parent 34ff3011
......@@ -29,6 +29,6 @@
- if user && !user.blocked?
= link_to _('Block user'), block_admin_user_path(user), data: {confirm: _('USER WILL BE BLOCKED! Are you sure?')}, method: :put, class: "gl-button btn btn-default btn-block"
- else
.gl-button.btn.btn-default.btn-sm.disabled.btn-block
.gl-button.btn.btn-default.disabled.btn-block
= _('Already blocked')
= link_to _('Remove report'), [:admin, abuse_report], remote: true, method: :delete, class: "gl-button btn btn-default btn-block btn-close js-remove-tr"
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