Sha256: 8332f65467b6079ef9f85383799290708705e0da03622afabba8de3e839bb0db

Contents?: true

Size: 768 Bytes

Versions: 16

Compression:

Stored size: 768 Bytes

Contents

<%= render 'header', :concept => @concept %>
<%= render 'concepts/sidebars/singular', :concept => @concept %>

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

<%= render 'layouts/sections', :sections => Iqvoc::Concept.view_sections, :data => concept_view_data(@concept) %>

Version data entries

16 entries across 16 versions & 1 rubygems

Version Path
iqvoc-4.3.3 app/views/concepts/show_published.html.erb
iqvoc-4.3.2 app/views/concepts/show_published.html.erb
iqvoc-4.3.1 app/views/concepts/show_published.html.erb
iqvoc-4.3.0 app/views/concepts/show_published.html.erb
iqvoc-4.2.0 app/views/concepts/show_published.html.erb
iqvoc-4.1.3 app/views/concepts/show_published.html.erb
iqvoc-4.1.2 app/views/concepts/show_published.html.erb
iqvoc-4.1.1 app/views/concepts/show_published.html.erb
iqvoc-4.1.0 app/views/concepts/show_published.html.erb
iqvoc-4.0.9 app/views/concepts/show_published.html.erb
iqvoc-4.0.8 app/views/concepts/show_published.html.erb
iqvoc-4.0.7 app/views/concepts/show_published.html.erb
iqvoc-4.0.6 app/views/concepts/show_published.html.erb
iqvoc-4.0.5 app/views/concepts/show_published.html.erb
iqvoc-4.0.4 app/views/concepts/show_published.html.erb
iqvoc-4.0.3 app/views/concepts/show_published.html.erb