John Kaczmarek

Results 2 issues of John Kaczmarek

If I wanted to do something like this ``` ``` it would generate | < | > | > | |---|---|---|---|---|---|---|---|---| but I would want to generate | | >>...

enhancement

It's pretty trivial, but I was thinking this library should included something like this: ```elixir iex> Scrivener.HTML.pagination_info(%Scrivener.Page{total_pages: 10, page_number: 5, total_entries: 100, page_size: 10}) |> Phoenix.HTML.safe_to_string() " Showing 51 to...