% status_hash = {published: "success", unpublished: "default", disabled: "danger"} %>
<%= @category.description %>
<% end %> <%= @category.status.titleize %> <%= clear_tag %>ID | <%= @category.id %> | Permalink | <%= @category.permalink %> |
---|---|---|---|
Parent | <%= @category.parent.try(:display_name) %> (<%= @category.parent.try(:id) %>) | Top Parent | <%= @category.top_parent.try(:display_name) %> (<%= @category.top_parent.try(:id) %>) |
Status | <%= @category.status %> | Featured | <%= @category.featured? ? "Yes" : "No" %> |
Priority | <%= @category.priority %> | End Node | <%= @category.end_node? ? "Yes" : "No" %> |
Created At | <%= @category.created_at.strftime("%m/%d/%Y - %H:%M:%S") if @category.created_at %> | Updated At | <%= @category.updated_at.strftime("%m/%d/%Y - %H:%M:%S") if @category.updated_at %> |