Sha256: 5d270d0130bc0f925b0a5a7511bc4d1c194bd947e25a637e19cf004a0d6a1f43
Contents?: true
Size: 564 Bytes
Versions: 2
Compression:
Stored size: 564 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, page.current_revision], 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.updated_at.strftime('%F') %></em> </td> </tr>
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
georgia-0.7.1 | app/views/georgia/pages/_page.html.erb |
georgia-0.7.0 | app/views/georgia/pages/_page.html.erb |