%count = count || 50 %> <%if start - count >= 0 || start + count <= size%>
<% if start - count >= 0 %> <% if params[:q].nil? %> « less <% else %> « less <% end %> <% end %> <% if start + count <= size %> <% if params[:q].nil? %> more » <% else %> more » <% end %> <% end %>
<%end%>