cama_contact_form 0.0.10 → 0.0.11

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: c091f18c0753b22c78f86f66d5888b6b660a8e6f
4
- data.tar.gz: 3523620fe4a1a7d0a97d9d62da76d415343c0099
3
+ metadata.gz: 78b78299666d958cd5d1a0911633431c173d6f48
4
+ data.tar.gz: 38ca04249837810657cc3588ce56e199ffa57403
5
5
  SHA512:
6
- metadata.gz: e74bc0f6309a53890a883561fc7ba80297c17611c2b630a5eeafc3dd85b2f4efaf86c221bc46ba92053a817182efacdf9cb22760464fc1abef0aad1afdd4d016
7
- data.tar.gz: ae0183e54ee79e26403456c5f3ff55cae31c77580c68b0acc7d90ece403079f0e87801e06d05b6eff9a25a6678ace8e903fb8ef55b147e2731df43330198e64c
6
+ metadata.gz: 0d4139584a2bea29c6929a550308a378371ad4cd6a2dc9c957e0968315b433278b3c8811074b278fd90b5779da5e34e031c6a7c2876f089cb246854aea46f8a0
7
+ data.tar.gz: c5745b33aba08642fbfa0ec3082f8041465ea5b7aee66d3229633ed0e5de253dcd6cf8015a2045cf197553c4268ecc467f7b67c9fb53d68f5675f5b9abae3807
@@ -10,7 +10,6 @@ class Plugins::CamaContactForm::AdminFormsController < CamaleonCms::Apps::Plugin
10
10
 
11
11
  def edit
12
12
  add_breadcrumb I18n.t("plugins.cama_contact_form.edit_view", default: 'Edit contact form')
13
- append_asset_libraries({"plugin_contact_form"=> { js: [plugin_asset_path("admin_editor.js")], css: [] }})
14
13
  render "edit"
15
14
  end
16
15
 
@@ -19,7 +19,7 @@
19
19
  <label for=""><%= t('.label') %></label><br>
20
20
  <%= text_field_tag "fields[#{cid}][label]", field[:label], class: 'form-control translatable' %>
21
21
  </div>
22
- <% unless ['button' 'submit', 'reset_button'].include?(field[:field_type]) %>
22
+ <% unless ['button', 'submit', 'reset_button'].include?(field[:field_type]) %>
23
23
  <div class="form-group ">
24
24
  <label for=""><%= t('.is_required', default: 'Is Required?') %></label><br>
25
25
  <%= hidden_field_tag "fields[#{cid}][required]", false %>
@@ -1,3 +1,3 @@
1
1
  module CamaContactForm
2
- VERSION = "0.0.10"
2
+ VERSION = "0.0.11"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cama_contact_form
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.10
4
+ version: 0.0.11
5
5
  platform: ruby
6
6
  authors:
7
7
  - Owen Peredo
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-06-13 00:00:00.000000000 Z
11
+ date: 2016-06-14 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails