Sha256: e3ec05cc0e11cf79a536bd1cb5cef65d8e6122d4701cf4ce9fc3ab59964fdedb

Contents?: true

Size: 549 Bytes

Versions: 1

Compression:

Stored size: 549 Bytes

Contents

<div style="padding-bottom:10px;padding-top:5px;">
  <table style="width:100%;">
    <tr>
      <td style="text-align:left; vertical-align:top;font-size:11px; font-family:arial;">
				<% if objects.total_count > 0 %>
					Showing <%= objects.offset_value + 1 %> - <%= objects.offset_value + objects.length %> of <%= objects.total_count %>
				<% else %>	
					No results found
				<% end %>
			</td>
      <td style="text-align:right; vertical-align:top; font-size:11px; font-family:arial;"><%= paginate(objects) %></td>
    </tr>
  </table>
</div>

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
tr8n-3.1.1 app/views/tr8n/common/_paginator.html.erb