<%= order @search, :by => :title, :as => t("cms.title") %> | <%= order @search, :by => :date, :as => t("cms.date") %> | <% end %><%= hook :admin_pages_index_header_actions %> |
---|---|---|
<%= link_to h(page.title), [:edit,:admin,page] %> (<%= page.is_active == 1 ? t("cms.published") : t("cms.draft") %>) | <%= (page.published_at.blank? ? page.updated_at : page.published_at).strftime("%B %d, %Y at %I:%M%p") %> | <% end %><% hook :admin_pages_index_row_actions, locals do %> <%= link_to_edit page %> <%= link_to_delete page %> <% end %> |
<%= f.text_field :title_contains, :size => 15 %>
<%= f.check_box :is_active, {:style => "vertical-align:middle;"}, "1", "" %>
<% end %> <% hook :admin_pages_index_search_buttons, locals do %> <% end %>