Sha256: aef592e21474610991b2ab8f80819afde71ade61e55ac211ff06083e13113003
Contents?: true
Size: 643 Bytes
Versions: 2
Compression:
Stored size: 643 Bytes
Contents
<%= content_for :menu do %> <%= icon_to 'users.png', members_path, title:'Liste des membres' %> <%= icon_to 'card-address.png', member_coord_path(@member) , title:'Coordonées' %> <%= icon_to 'modifier.png', edit_member_path(@member) %> <% end -%> <div class="champ col-lg-12"> <h3>Fiche <%= I18n::t('member') %></h3> <div class='inner-champ'> <p> <b>Numéro :</b> <%= @member.number %> </p> <p> <b> <%= I18n::t('name') %> :</b> <%= @member.name %> </p> <p> <b> <%= I18n::t('forname') %> :</b> <%= @member.forname %> </p> <p> <b> <%= I18n::t('birthdate') %> :</b> <%= @member.birthdate %> </p> </div> </div>
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
adherent-0.2.1 | app/views/adherent/members/show.html.erb |
adherent-0.2.0 | app/views/adherent/members/show.html.erb |