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