Sha256: fbcb4f03f231c02db248fa7f5c5253d2f9708bda4088fe4a8600587fadff510c
Contents?: true
Size: 742 Bytes
Versions: 2
Compression:
Stored size: 742 Bytes
Contents
<%= content_for :menu do %> <%= icon_to_users %> <%= icon_to 'modifier.png', edit_member_coord_path(@member) %> <% end -%> <div class="champ col-lg-12"> <h3>Fiche <%= I18n::t('coord').pluralize %> <%= "#{@member.to_s}" %></h3> <div class="inner-champ"> <p> <b> <%= I18n::t('mail') %>:</b> <%= @coord.mail %> </p> <p> <b> <%= I18n::t('tel') %>:</b> <%= @coord.tel %> </p> <p> <b> <%= I18n::t('gsm') %>:</b> <%= @coord.gsm %> </p> <p> <b> <%= I18n::t('office') %>:</b> <%= @coord.office %> </p> <p> <b> <%= I18n::t('address') %>:</b> <%= @coord.address %> </p> <p> <b> <%= I18n::t('zip') %>:</b> <%= @coord.zip %> </p> <p> <b> <%= I18n::t('city') %>:</b> <%= @coord.city %> </p> </div> </div>
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
adherent-0.2.1 | app/views/adherent/coords/show.html.erb |
adherent-0.2.0 | app/views/adherent/coords/show.html.erb |