Sha256: a4d4942d1b641affb16e416cd6ba4eb4025f5bb46effe184ff996ba795453067

Contents?: true

Size: 333 Bytes

Versions: 20

Compression:

Stored size: 333 Bytes

Contents

<div id="history">
  <ul>
    <%- @agent.versions.reverse.each_with_index do |version, i| -%>
      <li>
        <%= link_to l(version.created_at), agent_path(@agent, :version_id => version.id) -%>
        <%- if i == 0 -%>
          (<%= t('page.current_version') -%>)
        <%- end -%>
      </li>
    <%- end -%>
  </ul>
</div>

Version data entries

20 entries across 20 versions & 1 rubygems

Version Path
enju_biblio-0.1.0.pre62 app/views/agents/_history_list.html.erb
enju_biblio-0.1.0.pre61 app/views/agents/_history_list.html.erb
enju_biblio-0.1.0.pre60 app/views/agents/_history_list.html.erb
enju_biblio-0.1.0.pre59 app/views/agents/_history_list.html.erb
enju_biblio-0.1.0.pre58 app/views/agents/_history_list.html.erb
enju_biblio-0.1.0.pre57 app/views/agents/_history_list.html.erb
enju_biblio-0.1.0.pre56 app/views/agents/_history_list.html.erb
enju_biblio-0.1.0.pre55 app/views/agents/_history_list.html.erb
enju_biblio-0.1.0.pre54 app/views/agents/_history_list.html.erb
enju_biblio-0.1.0.pre53 app/views/agents/_history_list.html.erb
enju_biblio-0.1.0.pre52 app/views/agents/_history_list.html.erb
enju_biblio-0.1.0.pre51 app/views/agents/_history_list.html.erb
enju_biblio-0.1.0.pre50 app/views/agents/_history_list.html.erb
enju_biblio-0.1.0.pre49 app/views/agents/_history_list.html.erb
enju_biblio-0.1.0.pre48 app/views/agents/_history_list.html.erb
enju_biblio-0.1.0.pre47 app/views/agents/_history_list.html.erb
enju_biblio-0.1.0.pre46 app/views/agents/_history_list.html.erb
enju_biblio-0.1.0.pre45 app/views/agents/_history_list.html.erb
enju_biblio-0.1.0.pre44 app/views/agents/_history_list.html.erb
enju_biblio-0.1.0.pre43 app/views/agents/_history_list.html.erb