rbbt-rest 1.3.15 → 1.3.16

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: f08fcbd956646a8e174d322e1467f778289d5f19
4
- data.tar.gz: 3e0df4846c39499d8f250a0a38eec88e7589c0fe
3
+ metadata.gz: 62f875a6b4351919548f892321674b3ce9a22e12
4
+ data.tar.gz: aa633b3530d33f74724aaf4d5c4b25d8413aab3d
5
5
  SHA512:
6
- metadata.gz: d0d126412856cc2e81471d5947b46f33bd6ecba7952bff933699c4ff3b80f2ad1d4b1d88a2f33b75a4883e572e6c758c39c3d4db170f76b143ab2ae6a68713c3
7
- data.tar.gz: 8c5793aee698691501c46ee175584a64faadd36eb185be64c104004f744160febd33ace8bf94ddc2f84d96c8d2ab060ff6cf854e721d7e3a501ca513d3669078
6
+ metadata.gz: d60256136e670dd80fa34cfd127ef1388fd4769b63a3aa5e329edcef8fba09efb3b563fdbbfad8160ce7f2e771aa1e8a5e1290fca6ed68b26acadc4afc21d7ae
7
+ data.tar.gz: eebc38fd2caa1ee4fddf9ae3df434619927de27294cf124f250c86d5326b88784635ff613a7f30b3993411702e52a999ed18dc9d82dc5325eef4bf7d1e19e9c9
@@ -8,13 +8,19 @@
8
8
  %li(class="arrow")
9
9
  %a.prev(href="#") «
10
10
 
11
+ %li(class="arrow")
12
+ %a.next(href="#") »
13
+
14
+ %li(class="all")
15
+ %a.all(href="#") all
16
+
11
17
  - if num - 2 > 1
12
18
  %li(class="num")
13
19
  %a(href="#") 1
14
20
 
15
21
  - if num - 2 > 2
16
22
  %li(class="inactive")
17
- %a(href="#") ...
23
+ \...
18
24
 
19
25
  - (start..eend).each do |p|
20
26
  %li(class="num#{p.to_s == num.to_s ? " active" : "" }")
@@ -22,16 +28,11 @@
22
28
 
23
29
  - if num + 3 < total_nums
24
30
  %li(class="inactive")
25
- %a(href="#") ...
31
+ \...
26
32
 
27
33
  - if num + 2 < total_nums
28
34
  %li(class="num")
29
35
  %a(href="#")= total_nums
30
36
 
31
- %li(class="arrow")
32
- %a.next(href="#") &raquo;
33
-
34
- %li(class="all")
35
- %a.all(href="#") all
36
37
 
37
38
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rbbt-rest
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.3.15
4
+ version: 1.3.16
5
5
  platform: ruby
6
6
  authors:
7
7
  - Miguel Vazquez
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-05-09 00:00:00.000000000 Z
11
+ date: 2014-05-12 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rake