Sha256: 8540556b33fa923a950d07137befd71d3c18932724d54d16245d86068ad42c84

Contents?: true

Size: 573 Bytes

Versions: 20

Compression:

Stored size: 573 Bytes

Contents

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

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

Version data entries

20 entries across 20 versions & 1 rubygems

Version Path
enju_biblio-0.1.3 app/views/agents/edit.html.erb
enju_biblio-0.1.2 app/views/agents/edit.html.erb
enju_biblio-0.1.1 app/views/agents/edit.html.erb
enju_biblio-0.1.0 app/views/agents/edit.html.erb
enju_biblio-0.1.0.pre71 app/views/agents/edit.html.erb
enju_biblio-0.1.0.pre70 app/views/agents/edit.html.erb
enju_biblio-0.1.0.pre69 app/views/agents/edit.html.erb
enju_biblio-0.1.0.pre68 app/views/agents/edit.html.erb
enju_biblio-0.1.0.pre67 app/views/agents/edit.html.erb
enju_biblio-0.1.0.pre66 app/views/agents/edit.html.erb
enju_biblio-0.1.0.pre65 app/views/agents/edit.html.erb
enju_biblio-0.1.0.pre64 app/views/agents/edit.html.erb
enju_biblio-0.1.0.pre63 app/views/agents/edit.html.erb
enju_biblio-0.1.0.pre62 app/views/agents/edit.html.erb
enju_biblio-0.1.0.pre61 app/views/agents/edit.html.erb
enju_biblio-0.1.0.pre60 app/views/agents/edit.html.erb
enju_biblio-0.1.0.pre59 app/views/agents/edit.html.erb
enju_biblio-0.1.0.pre58 app/views/agents/edit.html.erb
enju_biblio-0.1.0.pre57 app/views/agents/edit.html.erb
enju_biblio-0.1.0.pre56 app/views/agents/edit.html.erb