volt-pagination 0.0.1 → 0.0.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/README.md +1 -1
- data/VERSION +1 -1
- data/app/pagination/controllers/main_controller.rb +2 -2
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: c5435b773982080114f5e7ab7fd5ac6daad4e6aa
|
|
4
|
+
data.tar.gz: f9ce380a24897e1d1d05683987b2f4a065e4e24f
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 28ddb51b61dd566d10ad2f1e1aff6912c26db70595aefeebbe5979db0753c78c571c9f48b496cbbf3de829d2f85cf77954835a263d6b0fb858d142aad23d616d
|
|
7
|
+
data.tar.gz: 0c59e7571e224029e11fa0eac2759ba9a7f463c5f17b1a3ad2f1ee8c4dcb448f8ee44c13c0b50aa2c69706db969bdfe811873660499b8e14c5d3af0c49aa0879
|
data/README.md
CHANGED
|
@@ -37,4 +37,4 @@ The pagination tag supports the following options:
|
|
|
37
37
|
- per_page (default: 10): how many items per page.
|
|
38
38
|
- page (default: ```params._page```): the number of the current page (starting with 1)
|
|
39
39
|
- window (default: 5): the number of pages to show around the current page
|
|
40
|
-
- outer_window: (default:
|
|
40
|
+
- outer_window: (default: 1): the number of pages to show at the start and end of the pager.
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
0.0.
|
|
1
|
+
0.0.2
|