Sha256: 1c648953646fe0d47b4b13c0c762c049823b6712c9c5960bf6645800dcb2debf

Contents?: true

Size: 353 Bytes

Versions: 3

Compression:

Stored size: 353 Bytes

Contents

<%= content_tag_for(:span, post, :class => 'last_post') do %>
  <span class="created_by">
    <%= t('.by') %> <strong><%= post.user.display_name %></strong>
    <%= link_to_last_post(forum, topic, post) %>
  </span>
  <time class="created_at" datetime="<%= post.created_at.to_s(:db) %>">
    <%= time_ago_in_words(post.created_at) %>
  </time>
<% end %>

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
formol-0.0.6 app/views/formol/posts/_last_post.html.erb
formol-0.0.5 app/views/formol/posts/_last_post.html.erb
formol-0.0.4 app/views/formol/posts/_last_post.html.erb