change keeper name to tagger

This commit is contained in:
r888888888
2018-02-01 16:47:15 -08:00
parent 32cc508edb
commit da2864e233
2 changed files with 81 additions and 16 deletions

View File

@@ -1,6 +1,6 @@
<ul itemscope itemtype="http://schema.org/ImageObject">
<li>ID: <%= post.id %></li>
<li>Keeper: <%= link_to_user(post.keeper) %></li>
<li>Tagger: <%= link_to_user(post.keeper) %></li>
<li>
Date: <%= link_to time_ago_in_words_tagged(post.created_at), posts_path(:tags => "date:#{post.created_at.to_date}"), :rel => "nofollow" %>
<meta itemprop="uploadDate" content="<%= post.created_at.iso8601 %>">