Sha256: f549d61e85426476af2ccdb4e4919f919d01af9131e960b1dfb2a7c121cc86a6
Contents?: true
Size: 451 Bytes
Versions: 33
Compression:
Stored size: 451 Bytes
Contents
<li> <b><%= note.note %></b><br/> <%= "Inserita da: #{note.created_by}<br/>" unless note.created_by.nil? %> Il: <%= note.created_at.strftime("%m/%d/%Y at %I:%M:%S") %> <br/> <%= link_to "Edit", active_metadata_edit_note_path(@document.class,@document.id,note.label,note.id) %> <%= link_to "Destroy", active_metadata_destroy_note_path(@document.class,@document.id,note.label,note.id), :method => :delete, :remote => true %> </li>
Version data entries
33 entries across 33 versions & 1 rubygems