Sha256: 59b89c7fe3e6b4f542d52b2d215143b46d0b15c3c0a6ac1b6c3f9cb8908e0fbd

Contents?: true

Size: 516 Bytes

Versions: 41

Compression:

Stored size: 516 Bytes

Contents

<%%= content_for :menu do %>

<%%= icon_to 'modifier.png', edit_<%= singular_table_name %>_path(@<%= singular_table_name %>) %>
<%%= icon_to 'navigation90.png', <%= table_name %>_path %>
<%% end -%>

<div class="champ">
  <h3>Fiche <%%=  I18n::t('<%= singular_table_name  %>') %></h3>
</div>
<div class="row-fluid inner-champ">


<% for attribute in attributes -%>
<p>
  <b> <%%=  I18n::t('<%= attribute.name  %>') %><%=  %>:</b>
  <%%= @<%= singular_table_name %>.<%= attribute.name %> %>
</p>

<% end -%>
</div>

Version data entries

41 entries across 41 versions & 1 rubygems

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