diff --git a/app/views/notes/index.html.erb b/app/views/notes/index.html.erb index 26f8ec891..1a389e457 100644 --- a/app/views/notes/index.html.erb +++ b/app/views/notes/index.html.erb @@ -2,36 +2,26 @@
| Post | -Note | -Created by | -Created at | -Body | -
|---|---|---|---|---|
| <%= link_to note.post_id, post_path(note.post_id) %> | -- <%= link_to "#{note.id}.#{note.version}", post_path(note.post_id, anchor: "note-#{note.id}") %> - <%= link_to "»", note_versions_path(search: {note_id: note.id}) %> - | -<%= link_to_user note.creator %> | -<%= compact_time(note.created_at) %> | -- <%= h(note.body) %> - <% unless note.is_active? %> - (deleted) - <% end %> - | -