Sha256: 3a350384e767630a8eba562391e173450f96a92a47dd69a762b61b5b3cb58e5a
Contents?: true
Size: 533 Bytes
Versions: 1
Compression:
Stored size: 533 Bytes
Contents
<tr id='<%= dom_id(page) %>' class="page <%= page.publish_state %>"> <td class='checkbox-cell'> <%= checkboxable_tag page %> </td> <td> <%= icon_tag 'pencil hide pull-right muted' %> <%= link_to page.title, [:edit, page], class: 'page-title js-toggle-icon' %> </td> <td> <%= facet_list_tag(page.tag_list, :tg) %> <small><%= page.url %></small> </td> <td class='nowrap'> <%= facet_tag(page.template, :t) %> </td> <td class='timestamp'> <em><%= page.pretty_updated_at %></em> </td> </tr>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
georgia-0.8.0 | app/views/georgia/pages/_page.html.erb |