Improve HTML
This commit is contained in:
parent
f7d9603076
commit
2682e953c4
1 changed files with 2 additions and 2 deletions
|
@ -21,13 +21,13 @@
|
||||||
|
|
||||||
<div class="mt-2">
|
<div class="mt-2">
|
||||||
<div>
|
<div>
|
||||||
<i class="fas fa-user-tag"></i>
|
<i class="fas fa-user-tag fa-fw"></i>
|
||||||
<%= person_status @account.person %>
|
<%= person_status @account.person %>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<% if @account.person&.current_regional_office %>
|
<% if @account.person&.current_regional_office %>
|
||||||
<div>
|
<div>
|
||||||
<i class="fas fa-map-marker-alt"></i>
|
<i class="fas fa-map-marker-alt fa-fw"></i>
|
||||||
<%= link_to(
|
<%= link_to(
|
||||||
@account.person.current_regional_office.federal_subject
|
@account.person.current_regional_office.federal_subject
|
||||||
.display_name,
|
.display_name,
|
||||||
|
|
Reference in a new issue