1
0
Fork 0

Add link to country state

This commit is contained in:
Alex Kotov 2019-03-25 00:44:40 +05:00
parent a50d24ae5f
commit 4740e4111d
Signed by: kotovalexarian
GPG Key ID: 553C0EBBEB5D5F08
1 changed files with 2 additions and 1 deletions

View File

@ -28,7 +28,8 @@
<% if @account.person&.regional_office %>
<div class="mb-2">
<i class="fas fa-map-marker-alt"></i>
<%= @account.person.regional_office.country_state.name %>
<%= link_to @account.person.regional_office.country_state.name,
@account.person.regional_office.country_state %>
</div>
<% end %>