cama_contact_form 0.0.10 → 0.0.11
Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 78b78299666d958cd5d1a0911633431c173d6f48
|
4
|
+
data.tar.gz: 38ca04249837810657cc3588ce56e199ffa57403
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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 %>
|
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.
|
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-
|
11
|
+
date: 2016-06-14 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rails
|