<% if article.published %>
PUBLISHED
<% else %>
DRAFT
<% end %>
EDITDELETE
<% if article.published && current_user.can_view_analytics? %>
Loading View Data...
<% end %>
<% end %>
<% else %>
This is where you can manage your posts, but you haven't written anything yet.
Write your first post now
<%=image_tag(cl_image_path(asset_path("/assets/sloan.png"),
:type=>"fetch",
:width => 300,
:crop => "imagga_scale",
:quality => "auto",
:flags => "progressive",
:fetch_format => "auto",
:sign_url => true), class:"sloan", alt:"sloth-mascot") %>
Also check out the Welcome Thread to introduce yourself!