Sha256: 4ed5d37d51d7085d25e466b6f45f12b86eae9d83a064c623f7ae50d37ed689fd

Contents?: true

Size: 751 Bytes

Versions: 4

Compression:

Stored size: 751 Bytes

Contents

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

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

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

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
iqvoc-4.14.5 app/views/collections/show_published.html.erb
iqvoc-4.14.4 app/views/collections/show_published.html.erb
iqvoc-4.13.2 app/views/collections/show_published.html.erb
iqvoc-4.13.0 app/views/collections/show_published.html.erb