scrivito_icon_box_widget 1.1.8 → 1.1.9

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: 082e96e4d0df6bef19f67a6fc5d689e49964b530
4
- data.tar.gz: 0beb69383e862a1b634e1e4a3e504f94d632ba9d
3
+ metadata.gz: 1a0952f6ddd8a3a553e8ad7b0b82171f641e91ce
4
+ data.tar.gz: 8e75d4f137769f0fb297e4a5f6c5d11ecc0727ca
5
5
  SHA512:
6
- metadata.gz: d6d2053037d2f8878326fb65cfa6d051a92c92fe83f8399372b7861703f51f4c96d3990ca582586b9065698168e09bb3b6824ec1521612ca3d2330cbdcd5ab02
7
- data.tar.gz: f0a6ce15e1456cda0526d99ab90ad4cb15ad3f88811cdf43d9cb640a3e9c70f2a2b094144ba8eefabe422abe9e0fd42f0b47cc8828f54e8eeeca2500a2b8750c
6
+ metadata.gz: ed7fd535f48d4a4338a6299ab30658a844ee6f81c9d0122f74ccd53ed8b204f7ea78fca47e366f8cc01bbd067183ed07536fb7817ef6b388fdcda0f9f0e61c35
7
+ data.tar.gz: 1af74c4af2d52f5ce4e4f57c7267d120a403229941f1c6e1489165fff266c310dc4beb5e3244684aa5938749fb1ff47d867e0f2138aa99b9edcf544da4571ab6
@@ -1,16 +1,19 @@
1
- <div class="details-view">
2
- <h4>Icon</h4>
1
+ <%= scrivito_details_for 'Icon' do %>
3
2
  <%= render 'icon_box_widget/partials/icons_picker', widget: widget, attribute: :icon %>
3
+ <% end %>
4
4
 
5
- <h4>Size</h4>
5
+ <%= scrivito_details_for 'Size' do %>
6
6
  <%= scrivito_toggle_button_editor(widget, :size) %>
7
+ <% end %>
7
8
 
8
- <h4>Style</h4>
9
+ <%= scrivito_details_for 'Style' do %>
9
10
  <%= scrivito_toggle_button_editor(widget, :style) %>
11
+ <% end %>
10
12
 
11
- <h4>Icon Color</h4>
13
+ <%= scrivito_details_for 'Icon Color' do %>
12
14
  <%= render 'icon_box_widget/partials/color_picker', widget: widget, attribute: :color %>
15
+ <% end %>
13
16
 
14
- <h4>Background Color</h4>
17
+ <%= scrivito_details_for 'Background Color' do %>
15
18
  <%= render 'icon_box_widget/partials/color_picker', widget: widget, attribute: :background_color %>
16
- </div>
19
+ <% end %>
@@ -3,7 +3,7 @@
3
3
  content_tag(:i, '', :class => "fa fa-#{elem}") + " " + elem
4
4
  end
5
5
  end %>
6
-
6
+ <hr />
7
7
  <h4>Icon not in List</h4>
8
8
  <div class="alert alert-info">
9
9
  If the list does not contain an icon for your need, look at <a href="https://fortawesome.github.io/Font-Awesome/icons/" target="_blank">fontawesome webpage</a>. There are more then 500 icons that ca be used. Write the name of the icon with out fa- in the field. For Exeample: <stong>car</stong> instead of <i>fa-car</i>.
@@ -1,3 +1,3 @@
1
1
  module ScrivitoIconBoxWidget
2
- VERSION = "1.1.8"
2
+ VERSION = "1.1.9"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: scrivito_icon_box_widget
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.8
4
+ version: 1.1.9
5
5
  platform: ruby
6
6
  authors:
7
7
  - Scrivito
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-05-06 00:00:00.000000000 Z
11
+ date: 2015-06-08 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler