Sha256: 783b9799eeda10f2ebb1fc10bd66a94a5a98773441eba16cd02c0bf3d1c57d58

Contents?: true

Size: 936 Bytes

Versions: 1

Compression:

Stored size: 936 Bytes

Contents

<tr class="page-<%= page.published? ? "published" : "unpublished" %> page-<%= page.available? ? "available" : "unavailable" %>">
  <td>
    <%= page.title %>

    <%if page.homepage? %>
      <span class="homepage">*</span>
    <% end %>
  </td>
  <td>
    <%= frontend_resource_path(page) %>
  </td>
  <td class="d-none d-lg-table-cell">
    <%= page.published_at %>
  </td>
  <td class="actions text-right">
    <%= link_to(Archangel.t(:show), backend_page_path(page), class: "btn btn-info btn-sm") %>
    <%= link_to(Archangel.t(:edit), edit_backend_page_path(page), class: "btn btn-warning btn-sm") %>
    <%= link_to(Archangel.t(:destroy), backend_page_path(page), class: "btn btn-danger btn-sm d-none d-md-inline-block",
                                                                method: :delete,
                                                                data: { confirm: Archangel.t(:are_you_sure) }) %>
  </td>
</tr>

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
archangel-0.4.0 app/views/archangel/backend/pages/_page.html.erb