circle_speech_balloon 0.0.23 → 0.0.24

Sign up to get free protection for your applications and to get access to all the features.
@@ -9,11 +9,11 @@
9
9
  <%= f.number_field :caption, :id => speech_balloon.field_tag_id(:caption), :panel_id => speech_balloon.tag_panel_id, :element_id => speech_balloon.tag_element_id, :element_type => speech_balloon.tag_element_type, :column => :caption, :new_index => speech_balloon.new_index, :no_attr => no_attr %>
10
10
  </div>
11
11
  <%= f.fields_for(:speech) do |sf| %>
12
- <%= render speech_balloon.speech_balloon_template.engine_name + '/speeches/form', :f => sf, :speech => speech_balloon.speech %>
12
+ <%= render speech_balloon.speech_balloon_template.engine_name + '/speeches/form', :f => sf, :speech => speech_balloon.speech, :no_attr => no_attr %>
13
13
  <% end %>
14
14
 
15
15
  <%= f.fields_for(:balloon) do |bf| %>
16
- <%= render speech_balloon.speech_balloon_template.engine_name + '/balloons/form', :f => bf, :balloon => speech_balloon.balloon %>
16
+ <%= render speech_balloon.speech_balloon_template.engine_name + '/balloons/form', :f => bf, :balloon => speech_balloon.balloon, :no_attr => no_attr %>
17
17
  <% end %>
18
18
 
19
19
  <div class="field">
@@ -1,3 +1,3 @@
1
1
  module CircleSpeechBalloon
2
- VERSION = "0.0.23"
2
+ VERSION = "0.0.24"
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.23
4
+ version: 0.0.24
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: