{"id":15151800,"url":"https://github.com/delef/will_paginate-bootstrap4","last_synced_at":"2025-09-29T21:31:13.149Z","repository":{"id":56898261,"uuid":"69486218","full_name":"delef/will_paginate-bootstrap4","owner":"delef","description":"Hooks into will_paginate to format the html to match Twitter Bootstrap 4 styling","archived":true,"fork":false,"pushed_at":"2021-08-29T06:53:07.000Z","size":29,"stargazers_count":75,"open_issues_count":0,"forks_count":10,"subscribers_count":5,"default_branch":"master","last_synced_at":"2024-09-18T00:22:12.933Z","etag":null,"topics":["bootstrap","bootstrap4","paginate","paginate-stylings","ruby","will-paginate"],"latest_commit_sha":null,"homepage":null,"language":"Ruby","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/delef.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2016-09-28T17:15:34.000Z","updated_at":"2024-02-29T12:38:00.000Z","dependencies_parsed_at":"2022-08-21T02:20:41.415Z","dependency_job_id":null,"html_url":"https://github.com/delef/will_paginate-bootstrap4","commit_stats":null,"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/delef%2Fwill_paginate-bootstrap4","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/delef%2Fwill_paginate-bootstrap4/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/delef%2Fwill_paginate-bootstrap4/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/delef%2Fwill_paginate-bootstrap4/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/delef","download_url":"https://codeload.github.com/delef/will_paginate-bootstrap4/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":219865570,"owners_count":16554158,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["bootstrap","bootstrap4","paginate","paginate-stylings","ruby","will-paginate"],"created_at":"2024-09-26T15:21:52.740Z","updated_at":"2025-09-29T21:31:12.811Z","avatar_url":"https://github.com/delef.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# PROJECT MOVED: [delef/will_paginate-bootstrap-style](https://github.com/delef/will_paginate-bootstrap-style)\n\n## [Will Paginate][wp] link renderer styles for [Twitter Bootstrap 4][bs]\n\n![ex](https://cloud.githubusercontent.com/assets/2103263/18925649/74eeb836-85bd-11e6-9be1-593a076e684c.png)\n\nRails Engine that extends [will_paginate][wp] stylings to match the pagination styling conventions\nin Twitter's [Bootstrap][bs] 4 toolkit.\n\n### Installation\n\nAdd to your Gemfile:  \n\n    gem 'will_paginate-bootstrap4'\n\n### Usage\n\n    \u003c%= will_paginate @clients, renderer: WillPaginate::ActionView::BootstrapLinkRenderer %\u003e\n\nThe following options are available (in addition to the options available in will_paginate):\n\n    :list_classes = ['pagination']    # Array of classes\n    :aria_label = 'Page Navigation'   # The aria label to use in the Nav tag\n    :previous_label = '\u0026laquo;'       # Previous page label\n    :next_label = '\u0026raquo;'           # Next page label\n\nFor example, to place the navigation section to the far right of the page, use this in your view:\n\n    \u003c%= will_paginate @clients, list_classes: %w(pagination justify-content-end) %\u003e\n\nJust like you would in the regular [will_paginate][wp].  If you've got a need to use the default will_paginate stylings,\npass an option like so:\n\n    \u003c%= will_paginate @collection, renderer: WillPaginate::ActionView::LinkRenderer %\u003e\n\nCopyright (c) 2016-2018 [Ivan Palamarchuk](https://github.com/delef) released under the MIT license  \n\n[wp]: http://github.com/mislav/will_paginate\n[bs]: https://getbootstrap.com\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdelef%2Fwill_paginate-bootstrap4","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdelef%2Fwill_paginate-bootstrap4","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdelef%2Fwill_paginate-bootstrap4/lists"}