Sha256: 1a4bd0157a116fce532c791ff4f1ccaa45047f9219e4302b985f6d81404c3328

Contents?: true

Size: 676 Bytes

Versions: 5

Compression:

Stored size: 676 Bytes

Contents

<%= render 'show_head' %>

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

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

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
iqvoc_skosxl-1.2.3 app/views/labels/show_published.html.erb
iqvoc_skosxl-1.2.2 app/views/labels/show_published.html.erb
iqvoc_skosxl-1.2.1 app/views/labels/show_published.html.erb
iqvoc_skosxl-1.2.0 app/views/labels/show_published.html.erb
iqvoc_skosxl-1.1.4 app/views/labels/show_published.html.erb