Change revoke block buttons to danger style
Because revoke buttons on block show pages are also danger buttons.
This commit is contained in:
parent
47b4b51e08
commit
2a9888a642
2 changed files with 2 additions and 2 deletions
|
@ -21,7 +21,7 @@
|
|||
</div>
|
||||
</div>
|
||||
|
||||
<%= f.primary t(".revoke") %>
|
||||
<%= f.submit t(".revoke"), :class => "btn btn-danger" %>
|
||||
<% end %>
|
||||
|
||||
<% else %>
|
||||
|
|
|
@ -16,7 +16,7 @@
|
|||
</div>
|
||||
</div>
|
||||
|
||||
<%= f.primary t(".revoke") %>
|
||||
<%= f.submit t(".revoke"), :class => "btn btn-danger" %>
|
||||
<% end %>
|
||||
|
||||
<% else %>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue