Sha256: 8272a55cb2ed8e585730f569093a8790c4e1b6ef163b116eb1c71930c8a2d182

Contents?: true

Size: 655 Bytes

Versions: 9

Compression:

Stored size: 655 Bytes

Contents

<tr>
  <td>
    <%= h(note.body.strip_html.slice(0..140)) %>
    <div class='action'>
      <%= link_to(content_tag(:span, '', class: 'glyphicon glyphicon-pencil'), {action: 'edit', id: note.id}, {class: 'btn btn-primary btn-xs btn-action'}) %>
      <%= link_to(content_tag(:span, '', class: 'glyphicon glyphicon-trash'), admin_note_path(note), {class: 'btn btn-danger btn-xs btn-action'}) %>
      <%= link_to(content_tag(:span, '', class: 'glyphicon glyphicon-link'), note.short_url, {class: 'btn btn-success btn-xs btn-action'}) %>
    </div>
  </td>
  <td>
    <%= author_link(note)%><br>
    <small><%= l(note.published_at) %></small>
  </td>
</tr>

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
publify_core-9.1.0 app/views/admin/notes/_note.html.erb
publify_core-9.0.1 app/views/admin/notes/_note.html.erb
publify_core-9.0.0 app/views/admin/notes/_note.html.erb
publify_core-9.0.0.pre6 app/views/admin/notes/_note.html.erb
publify_core-9.0.0.pre5 app/views/admin/notes/_note.html.erb
publify_core-9.0.0.pre4 app/views/admin/notes/_note.html.erb
publify_core-9.0.0.pre3 app/views/admin/notes/_note.html.erb
publify_core-9.0.0.pre2 app/views/admin/notes/_note.html.erb
publify_core-9.0.0.pre1 app/views/admin/notes/_note.html.erb