Sha256: 8dad574c83714a35d06f68ad055b45842fa5961cb260c11968654779cb62d8b2

Contents?: true

Size: 539 Bytes

Versions: 14

Compression:

Stored size: 539 Bytes

Contents

<table cellspacing="0" id='versions'>
  <% if !@node.errors.empty? -%>
    <tr><td class='warn' colspan='8'><%= error_messages_for(:node, :object => @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

14 entries across 14 versions & 1 rubygems

Version Path
zena-1.2.8 app/views/versions/_list.rhtml
zena-1.2.7 app/views/versions/_list.rhtml
zena-1.2.6 app/views/versions/_list.rhtml
zena-1.2.5 app/views/versions/_list.rhtml
zena-1.2.4 app/views/versions/_list.rhtml
zena-1.2.3 app/views/versions/_list.rhtml
zena-1.2.2 app/views/versions/_list.rhtml
zena-1.2.1 app/views/versions/_list.rhtml
zena-1.2.0 app/views/versions/_list.rhtml
zena-1.1.3 app/views/versions/_list.rhtml
zena-1.1.2 app/views/versions/_list.rhtml
zena-1.1.1 app/views/versions/_list.rhtml
zena-1.1.0 app/views/versions/_list.rhtml
zena-1.0.0 app/views/versions/_list.rhtml