1
0
Fork 0

Fix alert color

This commit is contained in:
Alex Kotov 2019-09-14 01:04:19 +05:00
parent 140fef8a7b
commit 78c2df4cce
Signed by: kotovalexarian
GPG key ID: 553C0EBBEB5D5F08

View file

@ -1,5 +1,5 @@
<% if policy(PrivateKey.new(asymmetric_key)).show? %>
<div class="alert alert-warning" role="alert">
<div class="alert alert-primary" role="alert">
<h4 class="alert-heading">
<%= translate '.primary_header' %>
</h4>
@ -20,7 +20,7 @@
format: :key,
private_key_pem_secret: params[:private_key_pem_secret],
),
class: 'btn btn-warning',
class: 'btn btn-primary',
) %>
</div>
<% else %>