Sha256: a0c8851bb8eac53652833da0067fdb5fc7330aea73bef3c66329ae55997640a0
Contents?: true
Size: 378 Bytes
Versions: 11
Compression:
Stored size: 378 Bytes
Contents
%h2= t('forum_extension.search_results') %p = render :partial => 'search_summary' - if @posts.empty? - if @searching %p.has_error = t('forum_extension.no_search_results') = render :partial => 'posts/search_form' - else %p = t('forum_extension.no_posts') - else %ul.search_results = render :partial => 'posts/minimal', :collection => @posts
Version data entries
11 entries across 11 versions & 1 rubygems