Skip to content

Instantly share code, notes, and snippets.

@stim371
Created March 1, 2013 17:46
Show Gist options
  • Save stim371/5066396 to your computer and use it in GitHub Desktop.
Save stim371/5066396 to your computer and use it in GitHub Desktop.
<p class='sub'>
Showing <%= size == 0 ? 0 : start + 1 %> to <%= (start + per_page) > size ? size : start + per_page %> of <b><%= size %></b> jobs
</p>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment