Sha256: 7052a0c4808618b60ec764ef93ce7452fe8bbaac45b0d5a7e0ca52d745d715b4

Contents?: true

Size: 790 Bytes

Versions: 6

Compression:

Stored size: 790 Bytes

Contents

<%= content_for :menu do %>
<%= icon_to 'navigation90.png', members_path %>
<%= icon_to 'modifier.png', edit_member_coord_path(@member) %>

<% end -%>

<div class="champ">
  <h3>Fiche <%=  I18n::t('coord').pluralize %> <%= "#{@member.forname} #{@member.name}" %>  </h3>
</div>
<div class="row-fluid 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>

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
adherent-0.1.1 app/views/adherent/coords/show.html.erb
adherent-0.1.0 app/views/adherent/coords/show.html.erb
adherent-0.0.9 app/views/adherent/coords/show.html.erb
adherent-0.0.7 app/views/adherent/coords/show.html.erb
adherent-0.0.6 app/views/adherent/coords/show.html.erb
adherent-0.0.5 app/views/adherent/coords/show.html.erb