Sha256: 3656de957c47e8b8c2279e40164b9892e4a05ec77b9e6e01614556647bd34fd7

Contents?: true

Size: 261 Bytes

Versions: 9

Compression:

Stored size: 261 Bytes

Contents

<% add_title :showing.l(name: 'Erbit') %>
<dl>
  <dt>Name:</dt>
  <dd><%= @erbit.name %></dd>
  <dt>Description:</dt>
  <dd><%= @erbit.description %></dd>
</dl>
<p>
  <%= link_to :edit.l, edit_erbit_path(@erbit) %>
  |
  <%= link_to :back.l, erbits_path %>
</p>

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
bootstrap_leather-0.10.13 spec/dummy/app/views/erbits/show.html.erb
bootstrap_leather-0.10.11 spec/dummy/app/views/erbits/show.html.erb
bootstrap_leather-0.10.10 spec/dummy/app/views/erbits/show.html.erb
bootstrap_leather-0.10.9 spec/dummy/app/views/erbits/show.html.erb
bootstrap_leather-0.10.8 spec/dummy/app/views/erbits/show.html.erb
bootstrap_leather-0.10.7 spec/dummy/app/views/erbits/show.html.erb
bootstrap_leather-0.10.6 spec/dummy/app/views/erbits/show.html.erb
bootstrap_leather-0.10.5 spec/dummy/app/views/erbits/show.html.erb
bootstrap_leather-0.10.4 spec/dummy/app/views/erbits/show.html.erb