Sha256: 80d77e9bb385c612f727342b101e84119acd084e91e1bb2eb5b9442031f56bd3

Contents?: true

Size: 647 Bytes

Versions: 30

Compression:

Stored size: 647 Bytes

Contents

<% unless note.new_record? %>
  <div class="translation" lang="<%= note.language %>">
    <span class="language_flap"><%= note.language %></span>
    <div class="note_content">
      <p><%= auto_link(note.value, :html => { :target => '_blank' }) %></p>
      <% 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

30 entries across 30 versions & 1 rubygems

Version Path
iqvoc-4.9.0 app/views/partials/note/_note.html.erb
iqvoc-4.3.3 app/views/partials/note/_note.html.erb
iqvoc-4.8.2 app/views/partials/note/_note.html.erb
iqvoc-4.8.1 app/views/partials/note/_note.html.erb
iqvoc-4.8.0 app/views/partials/note/_note.html.erb
iqvoc-4.7.0 app/views/partials/note/_note.html.erb
iqvoc-4.6.1 app/views/partials/note/_note.html.erb
iqvoc-4.5.2 app/views/partials/note/_note.html.erb
iqvoc-4.6.0 app/views/partials/note/_note.html.erb
iqvoc-4.5.1 app/views/partials/note/_note.html.erb
iqvoc-4.5.0 app/views/partials/note/_note.html.erb
iqvoc-4.4.0 app/views/partials/note/_note.html.erb
iqvoc-4.3.2 app/views/partials/note/_note.html.erb
iqvoc-4.3.1 app/views/partials/note/_note.html.erb
iqvoc-4.3.0 app/views/partials/note/_note.html.erb
iqvoc-4.2.0 app/views/partials/note/_note.html.erb
iqvoc-4.1.3 app/views/partials/note/_note.html.erb
iqvoc-4.1.2 app/views/partials/note/_note.html.erb
iqvoc-4.1.1 app/views/partials/note/_note.html.erb
iqvoc-4.1.0 app/views/partials/note/_note.html.erb