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