%= link_to t("admin.banners.index.create"), new_admin_banner_path, class: "button float-right" %>
| <%= Banner.human_attribute_name(:post_started_at) %> | <%= Banner.human_attribute_name(:post_ended_at) %> | <%= t("admin.actions.actions") %> |
|---|---|---|
| <%= banner.post_started_at %> | <%= banner.post_ended_at %> |
<%= link_to t("admin.banners.index.edit"), edit_admin_banner_path(banner),
class: "button hollow expanded" %>
<%= link_to t("admin.banners.index.delete"), admin_banner_path(banner),
method: :delete,
class: "button hollow alert expanded" %>
|
| <%= t("admin.banners.index.preview") %> | ||