Sha256: e9be527f5888418c54ba6bc2c5c9fe523f995891766789679fc49f8cd686a09a

Contents?: true

Size: 427 Bytes

Versions: 1

Compression:

Stored size: 427 Bytes

Contents

<p class="meta-info">
	<%= post.author.name %> |
	<%= post.published_at ? link_to(l(post.published_at, format: :tkh_default), post) :  t('pages.not_published_yet') %> |
	<%= "#{t('activerecord.models.comments')}#{t('colon')} #{post.comments.showable.for_locale(I18n.locale.to_s).count}" %>
	<% if administrator? %>
    <br />
    <%= link_to t('edit'), edit_page_path(post), class: 'btn btn-xs btn-primary' %>
  <% end %>
</p>

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
tkh_content-0.9.7 app/views/pages/_blog_post_meta.html.erb