Fix alert color
This commit is contained in:
parent
140fef8a7b
commit
78c2df4cce
1 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
||||||
<% if policy(PrivateKey.new(asymmetric_key)).show? %>
|
<% 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">
|
<h4 class="alert-heading">
|
||||||
<%= translate '.primary_header' %>
|
<%= translate '.primary_header' %>
|
||||||
</h4>
|
</h4>
|
||||||
|
@ -20,7 +20,7 @@
|
||||||
format: :key,
|
format: :key,
|
||||||
private_key_pem_secret: params[:private_key_pem_secret],
|
private_key_pem_secret: params[:private_key_pem_secret],
|
||||||
),
|
),
|
||||||
class: 'btn btn-warning',
|
class: 'btn btn-primary',
|
||||||
) %>
|
) %>
|
||||||
</div>
|
</div>
|
||||||
<% else %>
|
<% else %>
|
||||||
|
|
Reference in a new issue