Sha256: bfbd852309902712bcdf05659b78dba213d1d36ebf3eacdc2a2c1da02479cecd
Contents?: true
Size: 659 Bytes
Versions: 78
Compression:
Stored size: 659 Bytes
Contents
<% author = comment.author_subject %> <div class="model_with_details"> <div class="logo"> <%= link_to (image_tag(author.logo.url , :size => "50x50", :alt => author.name )), author %> </div> <div class="sub-block"> <div class="brief"> <%= link_to comment do%> <% text = excerpt(strip_tags(comment.text),get_search_query_words.first,:radius => 25) || "" %> <% if text.length < 60 %> <% text = excerpt(strip_tags(comment.text),get_search_query_words.first,:radius => 30 + (60 - text.length)) || "" %> <% end %> <%= highlight(text,get_search_query_words) %> <% end %> <br> </div> </div> </div>
Version data entries
78 entries across 78 versions & 2 rubygems