Sha256: ce2db586f13bdd5ce0442ae845ff676939a6eef4139c256bf2ddec07d95e7327

Contents?: true

Size: 741 Bytes

Versions: 16

Compression:

Stored size: 741 Bytes

Contents

<%= render 'header', :collection => @collection %>
<%= render 'sidebar', :collection => @collection %>

<% if @new_collection_version.blank? && can?(:branch, @collection) %>
    <div class="editing_versioning_toolbar well">
      <%= button_to t("txt.views.versioning.versioning_mode"),
        collection_versions_branch_path(:origin => @collection.origin), :class => "btn btn-default" %>
    </div>
<% elsif can?(:read, @new_collection_version) %>
    <div class="editing_versioning_toolbar well">
      <%= link_to t("txt.views.versioning.preview_new_version"),
        collection_path(:published => 0, :id => @new_collection_version), :class => 'btn btn-default' %>
    </div>
<% end %>

<%= render 'data', :collection => @collection %>

Version data entries

16 entries across 16 versions & 1 rubygems

Version Path
iqvoc-4.12.1 app/views/collections/show_published.html.erb
iqvoc-4.12.0 app/views/collections/show_published.html.erb
iqvoc-4.11.1 app/views/collections/show_published.html.erb
iqvoc-4.11.0 app/views/collections/show_published.html.erb
iqvoc-4.10.0 app/views/collections/show_published.html.erb
iqvoc-4.9.0 app/views/collections/show_published.html.erb
iqvoc-4.8.2 app/views/collections/show_published.html.erb
iqvoc-4.8.1 app/views/collections/show_published.html.erb
iqvoc-4.8.0 app/views/collections/show_published.html.erb
iqvoc-4.7.0 app/views/collections/show_published.html.erb
iqvoc-4.6.1 app/views/collections/show_published.html.erb
iqvoc-4.5.2 app/views/collections/show_published.html.erb
iqvoc-4.6.0 app/views/collections/show_published.html.erb
iqvoc-4.5.1 app/views/collections/show_published.html.erb
iqvoc-4.5.0 app/views/collections/show_published.html.erb
iqvoc-4.4.0 app/views/collections/show_published.html.erb