1
0
Fork 0

Design private key alert

This commit is contained in:
Alex Kotov 2019-09-12 04:19:39 +05:00
parent 9ebaf98e6b
commit b412a6faa6
Signed by: kotovalexarian
GPG key ID: 553C0EBBEB5D5F08
3 changed files with 34 additions and 0 deletions

View file

@ -64,6 +64,22 @@
<dd><%= localize @x509_certificate.not_after, format: :long %></dd>
</dl>
</div>
<div class="col-md-6">
<div class="alert alert-warning" role="alert">
<h4 class="alert-heading">
<%= translate '.private_key_alert_header' %>
</h4>
<hr/>
<p><%= translate '.private_key_alert_text' %></p>
<%= link_to translate('.private_key_alert_link'),
'#',
class: 'btn btn-warning' %>
</div>
</div>
</div>
</div>

View file

@ -25,3 +25,12 @@ en:
show:
link_to_connect_account: Link to connect account
generate: Generate
x509_certificates:
show:
private_key_alert_header: >-
Your private key is ready, but you have to download it right now!
private_key_alert_text: >-
For better security we have encrypted your private key
with temporary secret token. You can download it until
you leave this page.
private_key_alert_link: Download

View file

@ -38,3 +38,12 @@ ru:
свой аккаунт к данной личности. Эта ссылка предназначена
для передачи только этому человеку. Если ссылка уже существует,
то новая ссылка заменит прежнюю, прежняя перестанет работать.
x509_certificates:
show:
private_key_alert_header: >-
Ваш приватный ключ готов, но вы должны скачать его прямо сейчас!
private_key_alert_text: >-
Для большей безопасности мы зашифровали ваш приватный ключ
с помощью временного токена. Вы можете скачать его пока не покините
эту страницу.
private_key_alert_link: Скачать