Pillar Page Details
<%= link_to "Back ", admin_pillars_path, :class => "btn btn-default create-new hvr-box-shadow-outset" %>
<%= link_to "Edit", edit_admin_pillar_path(@pillar), :class => "btn btn-warning btn-sm hvr-box-shadow-outset", :style=> "min-width: 65px;border: none;background-color: #fdb913 !important;float: right;margin-right: 10px;" %>
<% if @pillar.status == "Active" %>
<% link_to "Unpublish", admin_unpublish_pillar_path(@pillar), method: :delete, data: { confirm: "Are you sure you want to Unpublish ?"}, :class => "btn btn-danger clients-btns btn-sm hvr-box-shadow-outset", :style => "width: 90px;margin-right: 8px;background-color:#D73925 !important;border:none !important;" %>
<% else %>
<% link_to "Publish", admin_publish_pillar_path(@pillar), method: :delete, data: { confirm: "Are you sure you want to Publish ?"}, :class => "btn btn-danger clients-btns btn-sm hvr-box-shadow-outset", :style => "width: 90px;margin-right: 8px;background-color:#D73925 !important;border:none !important;" %>
<% end %>
<%= image_tag @pillar.banner.url %>
<%= @pillar.title %>
<% if !@pillar.content.nil? && @pillar.content != "" %>
<%=raw @pillar.content.force_encoding(Encoding::UTF_8) %>
<% end %>
Published On
<%= @pillar.created_at.strftime("%a, %d %b %Y ") %>
pillar URL
<%= request.protocol %><%= request.host_with_port %>/internet-first/<%= @pillar.post_url %>