e9_polls 1.0.5 → 1.0.6

Sign up to get free protection for your applications and to get access to all the features.
@@ -11,8 +11,8 @@
11
11
 
12
12
  = f.fields_for f.object.options do |ff|
13
13
  .field
14
- = ff.label :header, nil
15
- = ff.text_field :header
14
+ = ff.label :header_text, nil
15
+ = ff.text_field :header_text
16
16
 
17
17
  %fieldset.poll-answers.nested-associations
18
18
  %legend= f.label(:poll_answers)
@@ -1,7 +1,7 @@
1
1
  .e9-poll{:"data-votes" => poll.votes}
2
2
  - if poll.options.header.present?
3
3
  .poll-header
4
- = poll.options.header
4
+ = poll.options.header_text
5
5
 
6
6
  .poll-question
7
7
  = poll.question
@@ -1,3 +1,3 @@
1
1
  module E9Polls
2
- VERSION = "1.0.5"
2
+ VERSION = "1.0.6"
3
3
  end
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: e9_polls
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 1.0.5
5
+ version: 1.0.6
6
6
  platform: ruby
7
7
  authors:
8
8
  - Travis Cox