activeadmin-selleo-cms 0.0.22 → 0.0.23

Sign up to get free protection for your applications and to get access to all the features.
@@ -54,8 +54,8 @@
54
54
  - if section.attachments?
55
55
  = section_form_translated.inputs "#{section.name.titleize} attachments", for: [:attachments, section_form_translated.object.attachments.detect{|a| a.new_record?} || ActiveadminSelleoCms::Attachment.new] do |attachment_form|
56
56
  = attachment_form.input :data, label: "File to upload"
57
- = attachment_form.input :cover_image_width, as: :hidden, value: section.cover_width
58
- = attachment_form.input :cover_image_height, as: :hidden, value: section.cover_height
57
+ = attachment_form.input :cover_width, as: :hidden, value: section.cover_width
58
+ = attachment_form.input :cover_height, as: :hidden, value: section.cover_height
59
59
  = attachment_form.input :cover_resize_method, as: :hidden, value: section.cover_resize_method
60
60
  = attachment_form.input :cover, label: "Cover image"
61
61
  = attachment_form.input :caption
@@ -1,3 +1,3 @@
1
1
  module ActiveadminSelleoCms
2
- VERSION = "0.0.22"
2
+ VERSION = "0.0.23"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: activeadmin-selleo-cms
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.22
4
+ version: 0.0.23
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-02-12 00:00:00.000000000 Z
12
+ date: 2013-02-13 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rails