<%= t('activerecord.attributes.agent.full_name') -%>: |
<%= @agent.full_name -%>
|
<%= t('activerecord.attributes.agent.full_name_transcription') -%>: |
<%= @agent.full_name_transcription -%> |
<%= t('activerecord.models.agent_type') -%>: |
<%= @agent.agent_type.display_name.localize -%> |
<%= t('activerecord.attributes.agent.email') -%>: |
<%= mail_to @agent.email, nil, class: 'email' -%>
|
<%= t('activerecord.attributes.agent.url') -%>: |
<%= link_to @agent.url, @agent.url, class: 'url' if @agent.url? -%>
|
<%= t('activerecord.attributes.agent.other_designation') -%>: |
<%= @agent.other_designation -%> |
<%= t('activerecord.attributes.agent.place') -%>: |
<%= @agent.place -%> |
<%= t('activerecord.models.language') -%>: |
<%= @agent.language.display_name.localize -%> |
<%= t('activerecord.attributes.agent.note') -%>: |
<%= @agent.note -%> |
<%= t('page.created_at') -%>: |
<%= l(@agent.created_at) -%> |
<%= t('page.updated_at') -%>: |
<%= l(@agent.updated_at) -%> |