circle_speech_balloon 0.0.37 → 0.0.38

Sign up to get free protection for your applications and to get access to all the features.
@@ -6,6 +6,8 @@
6
6
  <%= render balloon.form_helper_template(:r), :elm => balloon, :no_attr => no_attr %>
7
7
  <% end %>
8
8
  </div>
9
+ <div class="row_break">
10
+ </div>
9
11
 
10
12
  <div class="field">
11
13
  <%= f.label :x %>
@@ -14,6 +16,8 @@
14
16
  <%= f.label :y %>
15
17
  <%= f.number_field :y, balloon.field_tag_attributes(:y, no_attr, :size => 5) %>
16
18
  </div>
19
+ <div class="row_break">
20
+ </div>
17
21
 
18
22
  <div class="field">
19
23
  <%= f.label :width %>
@@ -22,6 +26,10 @@
22
26
  <%= f.label :height %>
23
27
  <%= f.number_field :height, balloon.field_tag_attributes(:height, no_attr, :size => 5) %>
24
28
  </div>
29
+ <div class="row_break">
30
+ </div>
31
+ <div class="row_break">
32
+ </div>
25
33
 
26
34
  <%= f.hidden_field :system_picture_id, balloon.field_tag_attributes(:system_picture_id, no_attr) %>
27
35
  <%= f.hidden_field :settings, balloon.field_tag_attributes(:settings, no_attr) %>
@@ -8,6 +8,8 @@
8
8
  <%= f.label :caption %>
9
9
  <%= f.number_field :caption, elm.field_tag_attributes(:caption, no_attr) %>
10
10
  </div>
11
+ <div class="row_break">
12
+ </div>
11
13
  <%= f.fields_for(:speech) do |sf| %>
12
14
  <%= render elm.speech_form_template, :f => sf, :speech => elm.get_speech, :no_attr => no_attr %>
13
15
  <% end %>
@@ -5,6 +5,8 @@
5
5
  <%= f.label :font_size %>
6
6
  <%= f.collection_select :font_size, t_select_items(MagicNumber['speech_font_size_items']), *speech.select_tag_attributes(speech.font_size, :font_size, no_attr) %>
7
7
  </div>
8
+ <div class="row_break">
9
+ </div>
8
10
 
9
11
  <div class="field">
10
12
  <%= f.label :text_align %>
@@ -13,11 +15,15 @@
13
15
  <%= f.label :quotes %>
14
16
  <%= f.text_field :quotes, speech.field_tag_attributes(:quotes, no_attr, :size => 5) %>
15
17
  </div>
18
+ <div class="row_break">
19
+ </div>
16
20
 
17
21
  <div class="field">
18
22
  <%= f.label :content %><br />
19
23
  <%= f.text_area :content, speech.field_tag_attributes(:content, no_attr, :size => ' 45x5') %>
20
24
  </div>
25
+ <div class="row_break">
26
+ </div>
21
27
 
22
28
  <div class="field">
23
29
  <%= f.label :fore_color %>
@@ -28,6 +34,8 @@
28
34
  </div>
29
35
  <% end %>
30
36
  </div>
37
+ <div class="row_break">
38
+ </div>
31
39
 
32
40
  <%= f.hidden_field :x, speech.field_tag_attributes(:x, no_attr) %>
33
41
  <%= f.hidden_field :y, speech.field_tag_attributes(:y, no_attr) %>
@@ -1,3 +1,3 @@
1
1
  module CircleSpeechBalloon
2
- VERSION = "0.0.37"
2
+ VERSION = "0.0.38"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: circle_speech_balloon
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.37
4
+ version: 0.0.38
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2013-09-01 00:00:00.000000000 Z
12
+ date: 2013-10-30 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rails