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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: ecfe86452d8d531e7458a1711b629755dfc8cf65
4
- data.tar.gz: 6c48e1d439cd5f44734b6bc59e900c39cbda50cb
3
+ metadata.gz: 4bed0244de3a491709a6fbd0463718ca5aff7ace
4
+ data.tar.gz: 3e816ac527d2e03f74464dd57fb000246ecdeed2
5
5
  SHA512:
6
- metadata.gz: 40a94ecc1ed103b93660d392699afe818cb35af09ae573442392495790ae32c0b9904e86a3964949300bf07b8b9fb2e9e0bfe198c00ce6cba6b990b1f06a5332
7
- data.tar.gz: 718905d4acec8ede77fcdd57f5d0234020d31ac2eec61792f5fe21f9ee1535a12e2237cf29ccca545e9e9d09649f2fc7427cea9ad8f2e177fb075a091b8b70ac
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>
@@ -22,10 +22,3 @@
22
22
  right: 10px
23
23
  margin: auto
24
24
  height: 14px
25
- &:after
26
- content: "\A0"
27
- display: inline-block
28
- width: 8px
29
- height: 1em
30
- background: image-url('redde/plus.svg') no-repeat 50% 3px
31
- margin-left: 13px
@@ -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: 'btn page-header__btn'
2
+ = link_to "Добавить #{taccusative("#{record}")}", { action: :new }, class: 'btn_a_plus page-header__btn'
@@ -4,4 +4,4 @@
4
4
  - else
5
5
  Редактировать
6
6
  = taccusative(record)
7
- = link_to 'Назад', url_for(action: :index), class: 'btn page-header__btn'
7
+ = link_to 'Назад', url_for(action: :index), class: 'btn_b_prev page-header__btn'
data/lib/redde/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Redde
2
- VERSION = '0.3.15'.freeze
2
+ VERSION = '0.3.16'.freeze
3
3
  end
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.15
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