Sha256: ef9d82c7cf04d02af43cb05ee05d5099088c9a816684c6d8950643a372503a57

Contents?: true

Size: 543 Bytes

Versions: 14

Compression:

Stored size: 543 Bytes

Contents

<ul>
    <% @notes.each do |note| %>
        <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>
    <% end %>
</ul>

Version data entries

14 entries across 14 versions & 1 rubygems

Version Path
active_metadata-0.5.2 app/views/active_metadata/notes/index.html.erb
active_metadata-0.5.1 app/views/active_metadata/notes/index.html.erb
active_metadata-0.5.0 app/views/active_metadata/notes/index.html.erb
active_metadata-0.4.2 app/views/active_metadata/notes/index.html.erb
active_metadata-0.4.1 app/views/active_metadata/notes/index.html.erb
active_metadata-0.3.2 app/views/active_metadata/notes/index.html.erb
active_metadata-0.3.1 app/views/active_metadata/notes/index.html.erb
active_metadata-0.3.0 app/views/active_metadata/notes/index.html.erb
active_metadata-0.2.4 app/views/active_metadata/notes/index.html.erb
active_metadata-0.2.3 app/views/active_metadata/notes/index.html.erb
active_metadata-0.2.2 app/views/active_metadata/notes/index.html.erb
active_metadata-0.2.1 app/views/active_metadata/notes/index.html.erb
active_metadata-0.2.0 app/views/active_metadata/notes/index.html.erb
active_metadata-0.1.9 app/views/active_metadata/notes/index.html.erb