Sha256: 1c0c3af11435b45b12fed899f67c447695bc4f63626a877b878a47c9c61d4804

Contents?: true

Size: 918 Bytes

Versions: 1

Compression:

Stored size: 918 Bytes

Contents

<div class="wall_item" id="<%= timeline %>_<%= record.item_id %>">
  <a href="<%= user_path record.user.id %>" class="avatar_link"><img class="avatar" src="<%= record.user.avatar %>" alt="<%= record.user.nick %>"></a>

  <div class="item_container">
    <div class="item_description">
      <span class="name"> <%= record.user.name %>:</span>
    </div>

    <p><%= truncate record.body, :length => 500 %></p>

    <div class="clear item_menu">
      <span class="favorite_action action<% if record.is_favorited %> active<% end%>"><%= record.favorite_count %></span>
      <span class="reblog_action action<% if record.is_reblogged %> active<% end%>"><%= record.reblog_count %></span>
      <span class="comment_action action"><%= record.comment_count %></span>
      <span class="date" style="display: none;"><%= record.created_at.utc.to_i * 1000 %></span>

      <div class="clear"></div>
    </div>

  </div>
</div>

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
inkwell_timelines-1.0.0 app/views/default_partials/_comment.html.erb