Sha256: bf5c9688e3f45cc0c0c07acf5903ca1417af3c221d9265ef4ac9109d1be7b0e3

Contents?: true

Size: 369 Bytes

Versions: 2

Compression:

Stored size: 369 Bytes

Contents

<div class="relation panel">
  <h2><%= t("txt.views.labels.compound_in") %></h2>
  <div class="relation-body">
    <% compound_in = label.compound_in %>
    <% if compound_in.any? %>
      <ol>
        <% compound_in.each do |label| %>
          <li><%= link_to(label.value, label_path(:id => label)) %></li>
        <% end %>
      </ol>
    <% end %>
  </div>
</div>

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
iqvoc_compound_forms-2.9.0 app/views/partials/compound_form/content/_base.html.erb
iqvoc_compound_forms-2.8.0 app/views/partials/compound_form/content/_base.html.erb