Sha256: 54404ab274d83467e29b24e5875dbef8e00695350b08ec79fa93bf4906ae0117

Contents?: true

Size: 613 Bytes

Versions: 8

Compression:

Stored size: 613 Bytes

Contents

<% if association_objects_in_editing_mode[:concept_relations].any? %>
  <%= alert(:notice, :header => t('txt.common.referenced_concepts')) do %>
  <ul>
    <% association_objects_in_editing_mode[:concept_relations].each do |concept_relation| %>
      <li>
        <%= concept_relation.class.model_name.human %>
        <%= link_to(concept_relation.target.pref_label.to_s,
          concept_path(:published => 0, :id => concept_relation.target)) %>
        <%= t("txt.common.editor") %> <%= user_details(concept_relation.target.locking_user) %>
      </li>
    <% end %>
  </ul>
  <% end # alert %>
<% end # if %>

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
iqvoc-4.0.7 app/views/concepts/notifications/_referenced_concepts.html.erb
iqvoc-4.0.6 app/views/concepts/notifications/_referenced_concepts.html.erb
iqvoc-4.0.5 app/views/concepts/notifications/_referenced_concepts.html.erb
iqvoc-4.0.4 app/views/concepts/notifications/_referenced_concepts.html.erb
iqvoc-4.0.3 app/views/concepts/notifications/_referenced_concepts.html.erb
iqvoc-4.0.2 app/views/concepts/notifications/_referenced_concepts.html.erb
iqvoc-4.0.1 app/views/concepts/notifications/_referenced_concepts.html.erb
iqvoc-4.0.0 app/views/concepts/notifications/_referenced_concepts.html.erb