Sha256: 22f5e95bb5f823aef6c15ffc4e63210e8a17b6eccbb0700ca563e0c1145e980a

Contents?: true

Size: 732 Bytes

Versions: 25

Compression:

Stored size: 732 Bytes

Contents

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

<% end -%>

<div class="champ">
  <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

25 entries across 25 versions & 1 rubygems

Version Path
adherent-0.3.13 app/views/adherent/coords/show.html.erb
adherent-0.3.12 app/views/adherent/coords/show.html.erb
adherent-0.3.11 app/views/adherent/coords/show.html.erb
adherent-0.3.10 app/views/adherent/coords/show.html.erb
adherent-0.3.9 app/views/adherent/coords/show.html.erb
adherent-0.3.7 app/views/adherent/coords/show.html.erb
adherent-0.3.6 app/views/adherent/coords/show.html.erb
adherent-0.3.5 app/views/adherent/coords/show.html.erb
adherent-0.3.4 app/views/adherent/coords/show.html.erb
adherent-0.3.3 app/views/adherent/coords/show.html.erb
adherent-0.3.2 app/views/adherent/coords/show.html.erb
adherent-0.3.1 app/views/adherent/coords/show.html.erb
adherent-0.3.0 app/views/adherent/coords/show.html.erb
adherent-0.2.9 app/views/adherent/coords/show.html.erb
adherent-0.2.8 app/views/adherent/coords/show.html.erb
adherent-0.2.7 app/views/adherent/coords/show.html.erb
adherent-0.2.6 app/views/adherent/coords/show.html.erb
adherent-0.2.5 app/views/adherent/coords/show.html.erb
adherent-0.2.4 app/views/adherent/coords/show.html.erb
adherent-0.2.3 app/views/adherent/coords/show.html.erb