<%= Archangel.t(:title) %> | <%= Archangel.t(:path) %> | <%= Archangel.t(:published) %> | <%= Archangel.t(:actions) %> |
---|---|---|---|
<%= page.title %> <%= fa_icon("home") if page.homepage? %> | <%= URI.decode(frontend_page_path(page.path)) %> | <%= page.published_at %> | <%= 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) }) %> |
<%= Archangel.t(:no_resources, resources: @pages.model_name.human.pluralize.downcase) %>
<% end %>