{"id":23090359,"url":"https://github.com/delef/will_paginate-bootstrap-style","last_synced_at":"2025-08-16T08:32:29.342Z","repository":{"id":56898253,"uuid":"364810321","full_name":"delef/will_paginate-bootstrap-style","owner":"delef","description":null,"archived":false,"fork":false,"pushed_at":"2023-06-16T04:33:34.000Z","size":16,"stargazers_count":11,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2024-11-29T21:11:57.057Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Ruby","has_issues":true,"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,"governance":null}},"created_at":"2021-05-06T06:41:16.000Z","updated_at":"2024-04-22T09:50:00.000Z","dependencies_parsed_at":"2022-08-21T02:20:32.662Z","dependency_job_id":null,"html_url":"https://github.com/delef/will_paginate-bootstrap-style","commit_stats":{"total_commits":12,"total_committers":2,"mean_commits":6.0,"dds":"0.33333333333333337","last_synced_commit":"bdf8195f967237f11199d21cb60a23bbe6bfa9b7"},"previous_names":["delef/will_paginate-bootstrap5"],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/delef%2Fwill_paginate-bootstrap-style","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/delef%2Fwill_paginate-bootstrap-style/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/delef%2Fwill_paginate-bootstrap-style/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/delef%2Fwill_paginate-bootstrap-style/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/delef","download_url":"https://codeload.github.com/delef/will_paginate-bootstrap-style/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":230026322,"owners_count":18161590,"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":[],"created_at":"2024-12-16T20:53:11.744Z","updated_at":"2024-12-16T20:53:12.216Z","avatar_url":"https://github.com/delef.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"## [Will Paginate][wp] link renderer styles for [Twitter Bootstrap 4][bs4] and [Twitter Bootstrap 5][bs]\n\n![ex](https://user-images.githubusercontent.com/2103263/117255171-01761800-ae52-11eb-9950-cf9e22772325.png)\n\nRails Engine that extends [will_paginate][wp] stylings to match the pagination styling conventions\nin Twitter's [Bootstrap][bs] toolkit.\n\n### Installation\n\nAdd to your Gemfile:  \n\n    gem 'will_paginate-bootstrap-style'\n\n### Usage\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::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\n[wp]: http://github.com/mislav/will_paginate\n[bs]: http://getbootstrap.com/\n[bs4]: http://getbootstrap.com/docs/4.0/\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdelef%2Fwill_paginate-bootstrap-style","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdelef%2Fwill_paginate-bootstrap-style","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdelef%2Fwill_paginate-bootstrap-style/lists"}