Sha256: fc5d8207a7d77a0d876fcb82a1c3c6b0aea152413367bf76bd9e3501d47e7821

Contents?: true

Size: 650 Bytes

Versions: 17

Compression:

Stored size: 650 Bytes

Contents

<% if association_objects_in_editing_mode && association_objects_in_editing_mode[:concept_relations].any? %>
  <%= alert(:info, :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

17 entries across 17 versions & 1 rubygems

Version Path
iqvoc-4.13.2 app/views/concepts/notifications/_referenced_concepts.html.erb
iqvoc-4.13.0 app/views/concepts/notifications/_referenced_concepts.html.erb
iqvoc-4.12.1 app/views/concepts/notifications/_referenced_concepts.html.erb
iqvoc-4.12.0 app/views/concepts/notifications/_referenced_concepts.html.erb
iqvoc-4.11.1 app/views/concepts/notifications/_referenced_concepts.html.erb
iqvoc-4.11.0 app/views/concepts/notifications/_referenced_concepts.html.erb
iqvoc-4.10.0 app/views/concepts/notifications/_referenced_concepts.html.erb
iqvoc-4.9.0 app/views/concepts/notifications/_referenced_concepts.html.erb
iqvoc-4.8.2 app/views/concepts/notifications/_referenced_concepts.html.erb
iqvoc-4.8.1 app/views/concepts/notifications/_referenced_concepts.html.erb
iqvoc-4.8.0 app/views/concepts/notifications/_referenced_concepts.html.erb
iqvoc-4.7.0 app/views/concepts/notifications/_referenced_concepts.html.erb
iqvoc-4.6.1 app/views/concepts/notifications/_referenced_concepts.html.erb
iqvoc-4.5.2 app/views/concepts/notifications/_referenced_concepts.html.erb
iqvoc-4.6.0 app/views/concepts/notifications/_referenced_concepts.html.erb
iqvoc-4.5.1 app/views/concepts/notifications/_referenced_concepts.html.erb
iqvoc-4.5.0 app/views/concepts/notifications/_referenced_concepts.html.erb