Sha256: 115875581798df129c38a400a34014c3331dce6ae8abbcef69363122e3fd270a
Contents?: true
Size: 707 Bytes
Versions: 11
Compression:
Stored size: 707 Bytes
Contents
<% use_page_title "Versions: '#{@block.name}'" %> <%= render layout: 'page_title' do %> <%= link_to "Back", :back, class: 'btn btn-small right' %> <% end %> <%= render layout: 'main_content' do %> <table id="blocks" class="data table table-bordered table-striped table-hover"> <thead> <tr> <th>Version</th> <th>Comment</th> <th>Date</th> <th>Editor</th> <th>Action</th> </tr> </thead> <tbody> <% @block.versions.order("version desc").each_with_index do |r, i| %> <%= render partial: 'version', locals: {revision: r, original: @block, i: i} %> <% end %> </tbody> </table> <% end %>
Version data entries
11 entries across 11 versions & 2 rubygems