Sha256: be78e14469af0bfce6cf2efa2764c58ff418b03199c7042de66fcc673f1740bc

Contents?: true

Size: 683 Bytes

Versions: 4

Compression:

Stored size: 683 Bytes

Contents

<div id="results-description" class="block">
    <div class="column span-5">
        <input type="radio" name="scope" value="all" checked/><%= t('folksemantic.all_resources') %> &nbsp&nbsp;&nbsp;
        <input type="radio" name="scope" value="ocws"/><%= t('folksemantic.just_ocws') %><br/>
    </div>
    <div class="column span-19 align-right">
        <%= t('muck.raker.results') %> 
        <b><%= (@offset+1) %> - <%= (@offset + @limit) < @hit_count ? (@offset + @limit) : @hit_count %></b> 
        <%= t('muck.raker.of') %> 
        <b><%= @hit_count %></b> 
        <%= t('muck.raker.for') %> 
        <b><%= URI.unescape(@term_list) %></b></p>
    </div>
</div>

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
muck-raker-0.1.5 app/views/entries/_result_status.html.erb
muck-raker-0.1.6 app/views/entries/_result_status.html.erb
muck-raker-0.1.7 app/views/entries/_result_status.html.erb
muck-raker-0.1.8 app/views/entries/_result_status.html.erb