displays phone not given [#500]

This commit is contained in:
rgarcia
2015-09-24 10:54:28 +02:00
parent e9e97daf46
commit 8a1704ad86
3 changed files with 6 additions and 0 deletions

View File

@@ -19,6 +19,10 @@
<%= link_to user.name, admin_user_path(user) %>
<% if !user.residence_verified? %>
<%= render partial: 'failed_census_call', collection: user.failed_census_calls %>
<% elsif !user.verification_sms_sent? %>
<div>
<%= t("admin.verifications.index.phone_not_given") %>
</div>
<% end %>
</li>
<% end %>