<%= t('camaleon_cms.admin.button.search')%>

..." value="<%= params[:q] %>">
<%= content_tag :th, t('camaleon_cms.admin.table.status') if params[:kind] == "content" %> <% (params[:kind] == "content" ? cama_hierarchy_post_list(@items.decorate.to_a) : @items.decorate).each do |f| title = (params[:kind] == "content" ? f.the_hierarchy_title : f.the_title) %> <%= content_tag :td, raw(f.the_status) if params[:kind] == "content" %> <% end %>
<%= t('camaleon_cms.admin.table.id') %> <%= t('camaleon_cms.admin.table.name') %> <%= t('camaleon_cms.admin.table.post_type') %><%= t('camaleon_cms.admin.table.actions') %>
<%= f.id %> <%= title %> <%= f.post_type.decorate.the_title rescue "-not found PostType-" %>
<%= content_tag("div", raw(t('camaleon_cms.admin.message.data_found_list')), class: "alert alert-warning") if @items.empty? %> <%= raw cama_do_pagination(@items, panel_class: "cama_ajax_request") %>