Sha256: ae893d9c8d43580d2b0bacc7d10992aa3d15ead70f85c8961a20015dc0ac6737

Contents?: true

Size: 715 Bytes

Versions: 33

Compression:

Stored size: 715 Bytes

Contents

<table id="versions-list" class="content">
  <thead>
    <th> Version </th>
    <th> Message </th>
    <th> Date </th>
    <th colspan="2"> Actions </th>
  </thead>
  <tbody>
    <% for version in @versions %>
      <tr class="<%= "active" if version.pos == @node.version_number %>">
        <td> Version <%= version.pos  %> </td>
        <td> <%= version.message %> </td>
        <td> <%= l version.date %> </td>
        <td> <%= link_to "View", noodall_version_path(@node, version), :title => "View this version" %> </td>
        <td> <%= link_to "Use", noodall_admin_node_path(@node, :version_number => version.pos), :title => "Use this version of content" %> </td>
      </tr>
    <% end %>
  </tbody>
</table>

Version data entries

33 entries across 33 versions & 1 rubygems

Version Path
noodall-ui-0.5.15 app/views/noodall/admin/versions/index.html.erb
noodall-ui-0.5.14 app/views/noodall/admin/versions/index.html.erb
noodall-ui-0.5.13 app/views/noodall/admin/versions/index.html.erb
noodall-ui-0.5.12 app/views/noodall/admin/versions/index.html.erb
noodall-ui-0.5.11 app/views/noodall/admin/versions/index.html.erb
noodall-ui-0.4.11 app/views/noodall/admin/versions/index.html.erb
noodall-ui-0.4.10 app/views/noodall/admin/versions/index.html.erb
noodall-ui-0.5.10 app/views/noodall/admin/versions/index.html.erb
noodall-ui-0.5.9 app/views/noodall/admin/versions/index.html.erb
noodall-ui-0.4.9 app/views/noodall/admin/versions/index.html.erb
noodall-ui-0.5.8 app/views/noodall/admin/versions/index.html.erb
noodall-ui-0.4.8 app/views/noodall/admin/versions/index.html.erb
noodall-ui-0.4.7 app/views/noodall/admin/versions/index.html.erb
noodall-ui-0.5.7 app/views/noodall/admin/versions/index.html.erb
noodall-ui-0.5.6 app/views/noodall/admin/versions/index.html.erb
noodall-ui-0.5.5 app/views/noodall/admin/versions/index.html.erb
noodall-ui-0.5.4 app/views/noodall/admin/versions/index.html.erb
noodall-ui-0.5.3 app/views/noodall/admin/versions/index.html.erb
noodall-ui-0.5.2 app/views/noodall/admin/versions/index.html.erb
noodall-ui-0.5.1 app/views/noodall/admin/versions/index.html.erb