Sha256: cdd57317a99a1fb787f1c84d36bbf1ed5fffe352c8f7be3d65ccbf38943db990

Contents?: true

Size: 644 Bytes

Versions: 13

Compression:

Stored size: 644 Bytes

Contents

<% if association_objects_in_editing_mode && association_objects_in_editing_mode[:label_relations].any? %>
  <%= alert(:notice, :header => t("txt.common.referenced_labels")) do %>
    <ul>
      <% association_objects_in_editing_mode[:label_relations].each do |label_relation| %>
        <li>
          <%= label_relation.class.model_name.human %>
          <%= link_to(label_relation.range.value,
            label_path(:published => 0, :id => label_relation.range)) %>
          <%= t("txt.common.editor") %> <%= user_details(concept_relation.target.locking_user) %>
        </li>
      <% end %>
    </ul>
  <% end # alert %>
<% end # if %>

Version data entries

13 entries across 13 versions & 1 rubygems

Version Path
iqvoc_skosxl-2.9.1 app/views/labels/notifications/_referenced_labels.html.erb
iqvoc_skosxl-2.9.0 app/views/labels/notifications/_referenced_labels.html.erb
iqvoc_skosxl-2.8.1 app/views/labels/notifications/_referenced_labels.html.erb
iqvoc_skosxl-2.8.0 app/views/labels/notifications/_referenced_labels.html.erb
iqvoc_skosxl-2.7.0 app/views/labels/notifications/_referenced_labels.html.erb
iqvoc_skosxl-2.6.0 app/views/labels/notifications/_referenced_labels.html.erb
iqvoc_skosxl-2.5.0 app/views/labels/notifications/_referenced_labels.html.erb
iqvoc_skosxl-2.3.1 app/views/labels/notifications/_referenced_labels.html.erb
iqvoc_skosxl-2.3.0 app/views/labels/notifications/_referenced_labels.html.erb
iqvoc_skosxl-2.1.0 app/views/labels/notifications/_referenced_labels.html.erb
iqvoc_skosxl-2.0.2 app/views/labels/notifications/_referenced_labels.html.erb
iqvoc_skosxl-2.0.1 app/views/labels/notifications/_referenced_labels.html.erb
iqvoc_skosxl-2.0.0 app/views/labels/notifications/_referenced_labels.html.erb