leather 0.2.11 → 0.2.12
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/app/views/leather/_nav_item.html.haml +1 -1
- data/lib/leather/version.rb +1 -1
- 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: f4ac63ca35ed759827e547da3752c74141fe5f27
|
4
|
+
data.tar.gz: c3280363941c5a0ffb0a3b5afe89c033442b225f
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 3b3aa4cd518c7d8a90186590800dc6bedc6da7c6884bfef7478383b983e09f37bcaf2729c278080f8d011feb486bc7bd601117061d0f6c4478248ace52a05d4a
|
7
|
+
data.tar.gz: ed29c32748f7c72e697f937bcd2d2d903a0ac5031d5b417ee1e244e0b6d7637c06417723537121a1acf2da96b9415373042838a88e4d2d8833ad400ed5c3e39a
|
@@ -1,2 +1,2 @@
|
|
1
1
|
%li{ class: active_class(href, options) }
|
2
|
-
=link_to text, href
|
2
|
+
=link_to text, href#, options
|
data/lib/leather/version.rb
CHANGED