Sha256: 4800cd078f1f647ede05c6397a778d35281ff4455fc68e6fda5e439aee15246a

Contents?: true

Size: 876 Bytes

Versions: 2

Compression:

Stored size: 876 Bytes

Contents

<div id="results-description" class="block">
  <div class="column span-24 align-right">
    <span>
      <%= results_status %> 
      <%= ('&nbsp;&nbsp;' + link_to('[' + t('muck.raker.start_over') + ']', {:action => 'index', :grain_size => @grain_size}) + '&nbsp;') unless @tag_filter.nil? %>
      &nbsp;&nbsp;
      <% if @grain_size == 'course' %>
      <%= link_to('[' + t('muck.raker.show_tagged_resources') + ']', @tag_filter.nil? ? {:q => @search, :grain_size => 'all'} : {:grain_size => 'all'}) %>
      <% else %>
      <%= link_to('[' + t('muck.raker.show_tagged_courses') + ']',  @tag_filter.nil? ? {:q => @search, :grain_size => 'course'} : {:grain_size => 'course'}) %>
      <% end %>
      &nbsp;&nbsp;
      <%= link_to('[' + t('muck.raker.explore', :topic => @search.titleize) + ']', topic_path(safe_id(@search))) %>
    </span>
  </div>
</div>

Version data entries

2 entries across 2 versions & 1 rubygems

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