Sha256: b62eff56a18474f427434ee9ff682859ab227862027b58d9cb6c1a1f40adeac4
Contents?: true
Size: 595 Bytes
Versions: 20
Compression:
Stored size: 595 Bytes
Contents
<li id="<%= feed_item.id %>"> <%= link_to gravatar_for(feed_item.user), feed_item.user %> <span class="user"> <%= link_to feed_item.user.name, feed_item.user %> </span> <span class="content"><%= feed_item.content %></span> <span class="timestamp"> Posted <%= time_ago_in_words(feed_item.created_at) %> ago. </span> <% if current_user?(feed_item.user) %> <%= link_to "delete", feed_item, method: :delete, data: { confirm: "You sure?" }, title: feed_item.content %> <% end %> </li>
Version data entries
20 entries across 20 versions & 2 rubygems