Sha256: 990ff09d594c92aef42f45ea68f663b6b29de8ae55e5d6d1d0c1c6da8d5addd7

Contents?: true

Size: 554 Bytes

Versions: 19

Compression:

Stored size: 554 Bytes

Contents

<div id="content_detail" class="ui-corner-all">
<h1 class="title"><%= t('page.editing', :model => t('activerecord.models.patron')) -%></h1>
<div id="content_list">
  <%= render 'form' %>
</div>
</div>

<div id="submenu" class="ui-corner-all">
  <ul>
    <li><%= link_to t('page.show'), @patron -%></li>
    <%- if can? :delete, @patron -%>
      <li><%= link_to t('page.destroy'), @patron, :data => {:confirm => t('page.are_you_sure')}, :method => :delete -%></li>
    <%- end -%>
    <li><%= link_to t('page.back'), patrons_path -%></li>
  </ul>
</div>

Version data entries

19 entries across 19 versions & 1 rubygems

Version Path
enju_biblio-0.1.0.pre42 app/views/patrons/edit.html.erb
enju_biblio-0.1.0.pre41 app/views/patrons/edit.html.erb
enju_biblio-0.1.0.pre40 app/views/patrons/edit.html.erb
enju_biblio-0.1.0.pre39 app/views/patrons/edit.html.erb
enju_biblio-0.1.0.pre38 app/views/patrons/edit.html.erb
enju_biblio-0.1.0.pre37 app/views/patrons/edit.html.erb
enju_biblio-0.1.0.pre36 app/views/patrons/edit.html.erb
enju_biblio-0.1.0.pre35 app/views/patrons/edit.html.erb
enju_biblio-0.1.0.pre34 app/views/patrons/edit.html.erb
enju_biblio-0.1.0.pre33 app/views/patrons/edit.html.erb
enju_biblio-0.1.0.pre32 app/views/patrons/edit.html.erb
enju_biblio-0.1.0.pre31 app/views/patrons/edit.html.erb
enju_biblio-0.1.0.pre30 app/views/patrons/edit.html.erb
enju_biblio-0.1.0.pre29 app/views/patrons/edit.html.erb
enju_biblio-0.1.0.pre28 app/views/patrons/edit.html.erb
enju_biblio-0.1.0.pre27 app/views/patrons/edit.html.erb
enju_biblio-0.1.0.pre26 app/views/patrons/edit.html.erb
enju_biblio-0.1.0.pre25 app/views/patrons/edit.html.erb
enju_biblio-0.1.0.pre24 app/views/patrons/edit.html.erb