Sha256: c367106e03db89df834f52b01ac30a600af3ce87c88104b02a0d72bf8759f0f6
Contents?: true
Size: 692 Bytes
Versions: 5
Compression:
Stored size: 692 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 %> <p><%= auto_link(note.value, :html => { :target => '_blank' }) %></p> <% 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
5 entries across 5 versions & 1 rubygems