Sha256: a23e848847a669ddf615d734bb3840184c146cbeab4eb29e043d5e254048a798

Contents?: true

Size: 522 Bytes

Versions: 6

Compression:

Stored size: 522 Bytes

Contents

<table cellspacing="0" id='versions'>
  <% if !@node.errors.empty? -%>
    <tr><td class='warn' colspan='8'><%= error_messages_for(@node) %></td></tr>
  <% elsif @node.versions.count == 1 && @node.version.status == Zena::Status[:rem] && !@node.can_destroy_version? %><tr><td class='warn' colspan='8'><%= _('This node contains sub-nodes: it cannot be destroyed.') %></td></tr><% end -%>
  <%= render :partial=>'versions/tr', :collection => @node.versions %>
</table>
<div class='hidden' id='node_zip'><%= @node.zip %></div>

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
zena-0.16.9 app/views/versions/_list.rhtml
zena-0.16.8 app/views/versions/_list.rhtml
zena-0.16.7 app/views/versions/_list.rhtml
zena-0.16.6 app/views/versions/_list.rhtml
zena-0.16.5 app/views/versions/_list.rhtml
zena-0.16.4 app/views/versions/_list.rhtml