Sha256: 367bea0f2fcbf739a33bbe541172ad098ad1ff3e49195ad6c74f68144111306f

Contents?: true

Size: 700 Bytes

Versions: 4

Compression:

Stored size: 700 Bytes

Contents

<% unless note.new_record? %>
  <div class="translation" lang="<%= note.language %>">
    <span class="language_flap"><%= note.language %></span>
    <div class="note_content">
      <% if note.value %>
        <%= auto_link(simple_format(note.value), :html => { :target => '_blank' }) %>
      <% end %>

      <% if note.annotations.any? %>
        <dl class="note_annotations">
          <% note.annotations.each do |annotation| %>
            <dt><%= annotation.identifier %></dt>
            <dd><%= auto_link(annotation.value, :html => { :target => '_blank' }) %></dd>
          <% end %>
        </dl>
      <% end %>
    </div><!-- /.note_content -->
  </div><!-- /.translation -->
<% end %>

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
iqvoc-4.14.5 app/views/partials/note/_note.html.erb
iqvoc-4.14.4 app/views/partials/note/_note.html.erb
iqvoc-4.13.2 app/views/partials/note/_note.html.erb
iqvoc-4.13.0 app/views/partials/note/_note.html.erb