summaryrefslogtreecommitdiff
path: root/app/views/kaminari
Commit message (Collapse)AuthorAgeFilesLines
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2021-05-201-0/+30
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2021-04-121-1/+1
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-06-262-2/+2
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-05-121-1/+1
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-03-271-1/+1
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-01-247-28/+18
|
* Resolve "BS4: Pagination is pipeline's page has no styling"Sam Beckham2018-06-058-9/+9
|
* Replace data-test=page with .js-pagination-pageClement Ho2018-05-241-1/+1
|
* Add data-test=page for testing pagination pages in admin abuse reports specClement Ho2018-04-241-1/+1
|
* [skip ci] Disable pagination gap buttonClement Ho2018-04-181-1/+1
|
* Fix previous pagination linkClement Ho2018-04-171-1/+1
|
* Fix pagination first and last page buttonsClement Ho2018-04-172-2/+2
|
* [skip ci] Add pagination stylesClement Ho2018-04-137-20/+17
|
* [skip ci] Add pagination classesClement Ho2018-04-101-4/+4
|
* Use Prev/Next pagination for exploring projectspagination-projects-exploreYorick Peterse2017-08-141-0/+8
| | | | | | | | | | This changes the pagination of the "Explore" pages so they use a simpler pagination system that only shows "Prev" and "Next" buttons. This removes the need for getting the total number of rows to display, a process that can easily take up to 2 seconds when browsing through a large list of projects. Fixes https://gitlab.com/gitlab-org/gitlab-ce/issues/27390
* Add active_when helperSemyon Pupkov2017-02-151-1/+1
| | | | Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/24036
* HAMLLint: Fix `SpaceInsideHashAttributes` offencesKushal Pandya2016-12-311-2/+2
|
* HAMLLint: Fix `ImplicitDiv` offencesKushal Pandya2016-12-311-2/+1
|
* HAMLLint: Fix `ClassAttributeWithStaticValue` offencesKushal Pandya2016-12-312-4/+4
|
* Makes table pagination responsiveFilipa Lacerda2016-11-012-3/+3
| | | | | | | | | | | | | | | | Media queries for medium screens Adds entry to CHANGELOG Rollback to previous design Adds class for previous sibling Fix removed class Fixes after review Fix scss linter
* Upgrade Kaminari from 0.16.3 to 0.17.0.Connor Shea2016-05-317-9/+9
| | | | | | Changelog: https://github.com/amatsuda/kaminari/blob/master/CHANGELOG.rdoc#0170 Deprecates num_pages in favor of total_pages and includes Rails 5 support.
* Implement new UI for paginationDmitriy Zaporozhets2016-01-203-6/+14
|
* Add links to first and/or last page with kaminariZeger-Jan van de Weg2015-09-233-4/+9
| | | | Also update Kaminari gem to the latest version
* Apply new design to paginationstyle-paginationDmitriy Zaporozhets2015-09-191-1/+1
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Migrate forms and inputs pt1Dmitriy Zaporozhets2013-12-311-2/+2
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Refactoring & restyle pagination:Dmitriy Zaporozhets2013-04-0612-86/+16
| | | | | | - remove admin kaminari theme. Use gitlab theme everywhere - use bootstrap styled for gitlab admin themes - dont reload page when change issue filter
* fix pagination issueDmitriy Zaporozhets2013-01-312-2/+2
|
* replace right with pull-rightDmitriy Zaporozhets2013-01-302-2/+2
|
* Fix admin paging gap issueDmitriy Zaporozhets2012-12-171-2/+3
|
* Fully embrace Ruby 1.9 hash syntaxRobert Speicher2012-08-1010-13/+13
| | | | Didn't bother with files in db/, config/, or features/
* Pagination for Merge Requests. Fixed for issuesrandx2012-03-221-2/+0
|
* Issues paginationrandx2012-03-2214-0/+72
|
* Admin area improvedDmitriy Zaporozhets2012-02-117-0/+71