Sha256: 856ba00a1940f1bc0f74b45b46e559ed00d0cd084ab243f732a6d4a636dc8967

Contents?: true

Size: 576 Bytes

Versions: 10

Compression:

Stored size: 576 Bytes

Contents

<div id="<%= comment_title.dom_id %>" class="comment_holder">
  <%= icon comment_title.user, :small, :class => 'left avatar_on_comment' %> 
	<div class="date_details">
	  <%= _("%{comment_age} ago %{user_name_link} wrote :") % {:comment_age => time_ago_in_words(comment_title.created_at), 
																														 :user_name_link => (link_to h(comment_title.user.full_name),
																														 										profile_path(comment_title.user))} %> 
	</div>
	<div class="comment_message">
      <%= comment_title.body %>
  </div>
  <div class="clear"></div>
</div>

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
muck-comments-3.2.0 app/views/comments/_comment_title.erb
muck-comments-3.1.0 app/views/comments/_comment_title.erb
muck-comments-3.0.2 app/views/comments/_comment_title.erb
muck-comments-3.0.1 app/views/comments/_comment_title.erb
muck-comments-3.0.0 app/views/comments/_comment_title.html.erb
muck-comments-0.1.21 app/views/comments/_comment_title.html.erb
muck-comments-0.1.20 app/views/comments/_comment_title.html.erb
muck-comments-0.1.19 app/views/comments/_comment_title.html.erb
muck-comments-0.1.18 app/views/comments/_comment_title.html.erb
muck-comments-0.1.17 app/views/comments/_comment_title.html.erb