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 %>

View File

@@ -103,6 +103,7 @@ en:
title: Incomplete verifications
search_placeholder: 'Search user by name or email'
search: Search
phone_not_given: Phone not given
officials:
level_0: Not an official
level_1: Level 1

View File

@@ -103,6 +103,7 @@ es:
title: Verificaciones incompletas
search_placeholder: 'Buscar usuario por nombre o email'
search: Buscar
phone_not_given: No ha dado su teléfono
officials:
level_0: "No es cargo público"
level_1: Nivel 1