Sha256: 0d5153323e764de2c7ba96736b2b6bfc33b70c310d8e823b85236be95e16c964

Contents?: true

Size: 901 Bytes

Versions: 2

Compression:

Stored size: 901 Bytes

Contents

<%= output_errors('', {:class => 'help-box'}) %>
<div class="block">
  <% if @results.length > 0 %>
    <%= render(:partial => 'entries/result_status') %>
    <div class="column span-15">
      <%= render(:partial => 'entries/results') %>
      <div class="results-nav"><%= will_paginate(@paginated_results, :next_label => '<b>' + t('muck.raker.next_label') + ' &raquo;</b>', :previous_label => '<b>&laquo; ' + t('muck.raker.previous_label') + '</b>') %></div>
    </div>
    <div class="column span-9 last">
      <%= render(:partial => 'entries/tag_cloud') %>
    </div>
  <% else %>
    <p><%= @grain_size == 'all' ? t('muck.raker.no_tagged_resources', :tags => @search) : t('muck.raker.no_tagged_courses', :tags => @tag_filter.split('/').join(', ')) %></p>
    <p><%= link_to('[' + t('muck.raker.explore', :topic => @search.titleize) + ']', topic_path(safe_id(@search))) %></p>
  <% end %>
</div>

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
muck-raker-0.2.11 app/views/entries/browse_by_tags.html.erb
muck-raker-0.2.10 app/views/entries/browse_by_tags.html.erb