Sha256: 71460214e15cb9488aea020ac9953d70d1822ca507f951ab2150ef6273a9b8e4

Contents?: true

Size: 742 Bytes

Versions: 6

Compression:

Stored size: 742 Bytes

Contents

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

<% if can?(:read, @new_label_version) || can?(:branch, @label) %>
  <div class="editing_versioning_toolbar well">
    <% if @new_label_version.blank? && can?(:branch, @label) %>
      <%= button_to t("txt.views.versioning.versioning_mode"),
      label_versions_branch_path(:origin => @label.origin), :class => 'btn' %>
    <% elsif can?(:read, @new_label_version) %>
      <%= link_to t("txt.views.versioning.preview_new_version"),
      label_path(:published => 0, :id => @new_label_version), :class => 'btn' %>
    <% end %>
  </div>
<% end %>

<%= render 'layouts/sections', :sections => Iqvoc::XLLabel.view_sections, :data => label_view_data(@label) %>

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
iqvoc_skosxl-2.3.1 app/views/labels/show_published.html.erb
iqvoc_skosxl-2.3.0 app/views/labels/show_published.html.erb
iqvoc_skosxl-2.1.0 app/views/labels/show_published.html.erb
iqvoc_skosxl-2.0.2 app/views/labels/show_published.html.erb
iqvoc_skosxl-2.0.1 app/views/labels/show_published.html.erb
iqvoc_skosxl-2.0.0 app/views/labels/show_published.html.erb