Sha256: 8b1e2d7fa9e860a889536dcdcf72c1359875e9d3a5a274ed1248c63616951183

Contents?: true

Size: 335 Bytes

Versions: 13

Compression:

Stored size: 335 Bytes

Contents

<tr>
  <td>
    <%= h(note.body.strip_html.slice(0..140)) %>
  </td>
  <td>
    <%= author_link(note) %><br />
  </td>
  <td>
    <%= l(note.published_at) %>
  </td>
  <td>
    <%= note.text_filter_name %>
  </td>
  <td>
    <%= button_to_edit note %>
    <%= button_to_delete note %>
    <%= button_to_short_url note %>
  </td>
</tr>

Version data entries

13 entries across 13 versions & 1 rubygems

Version Path
publify_core-10.0.1 app/views/admin/notes/_note.html.erb
publify_core-10.0.0 app/views/admin/notes/_note.html.erb
publify_core-9.2.10 app/views/admin/notes/_note.html.erb
publify_core-9.2.9 app/views/admin/notes/_note.html.erb
publify_core-9.2.8 app/views/admin/notes/_note.html.erb
publify_core-9.2.7 app/views/admin/notes/_note.html.erb
publify_core-9.2.6 app/views/admin/notes/_note.html.erb
publify_core-9.2.5 app/views/admin/notes/_note.html.erb
publify_core-9.2.4 app/views/admin/notes/_note.html.erb
publify_core-9.2.3 app/views/admin/notes/_note.html.erb
publify_core-9.2.2 app/views/admin/notes/_note.html.erb
publify_core-9.2.1 app/views/admin/notes/_note.html.erb
publify_core-9.2.0 app/views/admin/notes/_note.html.erb