Sha256: 89fac21282a53139de9a72a554d5ecb7ccf5b458878d93af1925ccf473523dc4

Contents?: true

Size: 499 Bytes

Versions: 2

Compression:

Stored size: 499 Bytes

Contents

<div class="post" id="post-<= post.id %>">
  <div class="post-title"><%= link_to post.title, post %></div>
  <% if post.published? %>
  <div class="post-summary markdown">
    <%= simple_format post.summary %>
  </div>
  <div class="post-info">
    <%= user_name_tag(post.user) %> ·
    <%= timeago(post.created_at) %> ·
    <%= link_to "#{post.likes_count} 个赞", post %> ·
    <%= link_to "#{post.comments_count} 条评论", post_path(post, anchor: 'comments') %>
  </div>
  <% end %>
</div>

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
homeland-press-0.1.1 app/views/homeland/press/posts/_post.html.erb
homeland-press-0.1.0 app/views/homeland/press/posts/_post.html.erb