redde 0.3.15 → 0.3.16
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/app/assets/images/redde/prev.svg +1 -0
- data/app/assets/stylesheets/redde/blocks/page-header.sass +0 -7
- data/app/assets/stylesheets/redde/elements/btn.sass +21 -0
- data/app/views/admin/redde/_page_header.html.haml +1 -1
- data/app/views/admin/redde/_page_header_edit.html.haml +1 -1
- data/lib/redde/version.rb +1 -1
- metadata +2 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 4bed0244de3a491709a6fbd0463718ca5aff7ace
|
4
|
+
data.tar.gz: 3e816ac527d2e03f74464dd57fb000246ecdeed2
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: ec49025bd08b8a5f4a356decf45bbfcf1d4713cb0cc3369bc39a67bd2ed48aa8ea7401f2d2294d6a75951b81931cd34ed4e82adf19c04c9fe9037fe9bc0547c4
|
7
|
+
data.tar.gz: 0ae6e02f0d2b781b02a89422e4c6cf17cdd518d7a041731e16039f54db0fcfcffac9ac95634648c272dfa19ad64ff4c702339a7dbbf8d3e89021759e79ba0e8e
|
@@ -0,0 +1 @@
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="-302 392 6 9"><path fill="#fff" d="M-297.6 400.9c.1.1.2.1.3 0l1.2-1.2c.1-.1.1-.2 0-.3l-3-3 3-3 .1-.1s0-.1-.1-.1l-1.2-1.2-.1-.1s-.1 0-.1.1l-4.4 4.3c-.1.1-.1.2 0 .3l4.3 4.3z"/></svg>
|
@@ -11,3 +11,24 @@
|
|
11
11
|
padding: 8px 13px
|
12
12
|
border: 0 none
|
13
13
|
cursor: pointer
|
14
|
+
|
15
|
+
.btn_a_plus
|
16
|
+
@extend .btn
|
17
|
+
&:after
|
18
|
+
content: "\A0"
|
19
|
+
display: inline-block
|
20
|
+
width: 8px
|
21
|
+
height: 1em
|
22
|
+
background: image-url('redde/plus.svg') no-repeat 50% 3px
|
23
|
+
margin-left: 13px
|
24
|
+
|
25
|
+
.btn_b_prev
|
26
|
+
@extend .btn
|
27
|
+
&:before
|
28
|
+
content: "\A0"
|
29
|
+
display: inline-block
|
30
|
+
width: 8px
|
31
|
+
height: 1em
|
32
|
+
background: image-url('redde/prev.svg') no-repeat center bottom
|
33
|
+
background-size: auto 9px
|
34
|
+
margin-right: 5px
|
@@ -1,2 +1,2 @@
|
|
1
1
|
.page-header__title= tplural model_name
|
2
|
-
= link_to "Добавить #{taccusative("#{record}")}", { action: :new }, class: '
|
2
|
+
= link_to "Добавить #{taccusative("#{record}")}", { action: :new }, class: 'btn_a_plus page-header__btn'
|
data/lib/redde/version.rb
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: redde
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.3.
|
4
|
+
version: 0.3.16
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Oleg Bovykin
|
@@ -439,6 +439,7 @@ files:
|
|
439
439
|
- app/assets/images/redde/main-menu/list_active.svg
|
440
440
|
- app/assets/images/redde/move-handler.png
|
441
441
|
- app/assets/images/redde/plus.svg
|
442
|
+
- app/assets/images/redde/prev.svg
|
442
443
|
- app/assets/images/redde/redactor/icons.png
|
443
444
|
- app/assets/images/redde/redactor/plugins/file.html
|
444
445
|
- app/assets/images/redde/redactor/plugins/image.html
|