Sha256: b46c632a5aa4c5c478774c8c6a735c2dde617315964d00ab09a01a7d24fa428d

Contents?: true

Size: 763 Bytes

Versions: 2

Compression:

Stored size: 763 Bytes

Contents

<tr class="page-<%= page.status %>">
  <td>
    <%= page.title %>

    <%= fa_icon("home") if page.homepage? %>
  </td>
  <td>
    <%= URI.decode(frontend_page_path(page.path)) %>
  </td>
  <td><%= page.published_at %></td>
  <td class="actions text-right">
    <%= link_to(fa_icon("info-circle", text: Archangel.t(:show)), backend_page_path(page), class: "btn btn-info btn-sm") %>
    <%= link_to(fa_icon("check-circle", text: Archangel.t(:edit)), edit_backend_page_path(page), class: "btn btn-warning btn-sm") %>
    <%= link_to(fa_icon("times-circle", text: Archangel.t(:destroy)), backend_page_path(page), class: "btn btn-danger btn-sm",
                                        method: :delete, data: { confirm: Archangel.t(:are_you_sure) }) %>
  </td>
</tr>

Version data entries

2 entries across 2 versions & 1 rubygems

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