Sha256: 5cf29bcc066693323c71890931cacad6e26bc9c04edb415998d60bc7abf3969c

Contents?: true

Size: 645 Bytes

Versions: 17

Compression:

Stored size: 645 Bytes

Contents

<% c = comment_title.comment.dup.gsub(/\[youtube:+.+\]/, '') %>

<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">
      <%= sanitize(textilize(c)) %>
  </div>
  <div class="clear"></div>
</div>

Version data entries

17 entries across 17 versions & 1 rubygems

Version Path
muck-comments-0.1.16 app/views/comments/_comment_title.html.erb
muck-comments-0.1.15 app/views/comments/_comment_title.html.erb
muck-comments-0.1.14 app/views/comments/_comment_title.html.erb
muck-comments-0.1.13 app/views/comments/_comment_title.html.erb
muck-comments-0.1.12 app/views/comments/_comment_title.html.erb
muck-comments-0.1.11 app/views/comments/_comment_title.html.erb
muck-comments-0.1.10 app/views/comments/_comment_title.html.erb
muck-comments-0.1.7 app/views/comments/_comment_title.html.erb
muck-comments-0.1.8 app/views/comments/_comment_title.html.erb
muck-comments-0.1.9 app/views/comments/_comment_title.html.erb
muck-comments-0.1.1 app/views/comments/_comment_title.html.erb
muck-comments-0.1.2 app/views/comments/_comment_title.html.erb
muck-comments-0.1.3 app/views/comments/_comment_title.html.erb
muck-comments-0.1.4 app/views/comments/_comment_title.html.erb
muck-comments-0.1.5 app/views/comments/_comment_title.html.erb
muck-comments-0.1.6 app/views/comments/_comment_title.html.erb
muck-comments-0.1.0 app/views/comments/_comment_title.html.erb