Sha256: a025f48a5c1f5d61fbc8ba9b5748eb61438a560a6214024df00f19f64e68ea30
Contents?: true
Size: 300 Bytes
Versions: 1
Compression:
Stored size: 300 Bytes
Contents
require "will_paginate/view_helpers/sinatra" require "bulma_pagination/bulma_renderer" module BulmaPagination # A custom renderer class for WillPaginate that produces markup suitable for use with Bulma CSS. class Sinatra < WillPaginate::Sinatra::LinkRenderer include BulmaRenderer end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
will_paginate-bulma-1.0.0 | lib/bulma_pagination/sinatra.rb |