Sha256: cac9195cc7ad9d3bcd10b0aa3d7b9062b0e4133ddd13a5eab283152e288fcc62

Contents?: true

Size: 553 Bytes

Versions: 6

Compression:

Stored size: 553 Bytes

Contents

<div class="activity activity-status-update delete-container" id="<%= activity.dom_id %>">
  <div class="actor-icon"><%= icon activity.source %></div>
  <div class="activity-content">
    <% #TODO build out comment activity template %>
    <p><span class="actor"><%= link_to activity.source.display_name, activity.source %></span> <%= activity.content %></p>
    <span class="activity-time"><%= t("muck.activities.time_ago", :time_in_words => time_ago_in_words(activity.created_at)) %></span>
    <%= delete_activity(activity, :image) %>
  </div>
</div>

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
muck-comments-0.1.1 app/views/activity_templates/_comment.html.erb
muck-comments-0.1.2 app/views/activity_templates/_comment.html.erb
muck-comments-0.1.3 app/views/activity_templates/_comment.html.erb
muck-comments-0.1.4 app/views/activity_templates/_comment.html.erb
muck-comments-0.1.5 app/views/activity_templates/_comment.html.erb
muck-comments-0.1.6 app/views/activity_templates/_comment.html.erb