Sha256: 5c99f7a60f73ab890ec22e0d11ca8bd99106ea54c171931e574d09ecd495e5e5

Contents?: true

Size: 555 Bytes

Versions: 30

Compression:

Stored size: 555 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? :destroy, @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

30 entries across 30 versions & 1 rubygems

Version Path
enju_biblio-0.1.0.pre23 app/views/patrons/edit.html.erb
enju_biblio-0.1.0.pre22 app/views/patrons/edit.html.erb
enju_biblio-0.1.0.pre21 app/views/patrons/edit.html.erb
enju_biblio-0.1.0.pre20 app/views/patrons/edit.html.erb
enju_biblio-0.1.0.pre19 app/views/patrons/edit.html.erb
enju_biblio-0.1.0.pre18 app/views/patrons/edit.html.erb
enju_biblio-0.1.0.pre17 app/views/patrons/edit.html.erb
enju_biblio-0.1.0.pre16 app/views/patrons/edit.html.erb
enju_biblio-0.1.0.pre15 app/views/patrons/edit.html.erb
enju_biblio-0.1.0.pre14 app/views/patrons/edit.html.erb
enju_biblio-0.1.0.pre13 app/views/patrons/edit.html.erb
enju_biblio-0.1.0.pre12 app/views/patrons/edit.html.erb
enju_biblio-0.1.0.pre11 app/views/patrons/edit.html.erb
enju_biblio-0.1.0.pre10 app/views/patrons/edit.html.erb
enju_biblio-0.1.0.pre9 app/views/patrons/edit.html.erb
enju_biblio-0.1.0.pre8 app/views/patrons/edit.html.erb
enju_biblio-0.1.0.pre7 app/views/patrons/edit.html.erb
enju_biblio-0.1.0.pre6 app/views/patrons/edit.html.erb
enju_biblio-0.1.0.pre5 app/views/patrons/edit.html.erb
enju_biblio-0.1.0.pre4 app/views/patrons/edit.html.erb