1
0
Fork 0
This commit is contained in:
Alex Kotov 2018-12-03 04:21:28 +05:00
parent 9986bf9177
commit 19ceadcc87
No known key found for this signature in database
GPG Key ID: 4E831250F47DE154
1 changed files with 3 additions and 3 deletions

View File

@ -20,7 +20,7 @@
<hr/>
<% if @passport.image && current_account %>
<% if @passport.can_have_confirmations? && current_account %>
<% if @passport.passport_confirmations.where(account: current_account).exists? %>
<div role="alert" class="alert alert-success">
<%= translate '.instruction_confirmed' %>
@ -40,9 +40,9 @@
role: :button,
class: 'btn btn-primary' %>
<% end %>
<% end %>
<hr/>
<hr/>
<% end %>
<%= simple_form_for @passport, wrapper: :horizontal_form, defaults: { readonly: true } do |f| %>
<div class="row">