Search

<% if @posts && @posts.length > 0 %> <% @posts.each do |post| %> <% next unless post.place and post.user %>
<% if post.kind == TIP %> <%= place_photo(post.place,:tiny) %> <% else %> <%= user_photo(post.user,:tiny) %> <% end %> <%= post.title %> <%= post.title %> <%= post.summary || raw(clean_up_wiki_content(post.preview(250))) %> <% if post.attachments and post.attachments.length > 0 %>
<% post.attachments[0,7].compact.each do |a| %> "> <%= a.title %> <% end %>
<% end %> <%= tagline_for_post(post) %>
<% comments = post.responses %> <%comments[0,5].compact.each do |c| %>
<%= link_to_user_photo(c.user,:super_tiny) %> <%= w3matter_format(c.content) %> <%= link_to_user(c.user) %> - <%= time_ago_in_words(c.created_at) %> ago<% if @current_user and @current_user.role ==3 %> - <%= t('Delete')%><% end %>
<% end %> <% if post.responses.count > 5 %> <%= t('more')%> <% end %>
<% end %> <% else %>

No search results found

<% end %>