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