cama_contact_form 0.0.5 → 0.0.6

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: 5935150a7f8b47073b1a02f12e1085b193b400fa
4
- data.tar.gz: 1743f7ca174b3cc52f7d8b9d58546be4e0565dec
3
+ metadata.gz: 9deeef61f72f20a110c246f6d9cfd75af0274676
4
+ data.tar.gz: ddb095f41dfd64c12e62395e8778608c24f6e861
5
5
  SHA512:
6
- metadata.gz: 12a2fdb426912ad376f3e0a7292252fc31a695c522e5abc0b3d279769744c61c0723b7b2f174a0ce4343f5ea5b75a6436c2665fc203855d237ccc34021297a41
7
- data.tar.gz: e01a620b9816c931c3d950a3f3a3a77a93d6353d7e67a57a7b5d1088821d7c9e1193e7b1f5b47463d0acccb389a970ca47e9845aeb04eb7817cad1e16d2e6303
6
+ metadata.gz: ca521319894aa64080645e7798affbea4185b7dccda2d2ebbf44b279039dbe87516e8d2f8c6f15d3f8703ac2389fcbfe3019cd1bd0e827106dd562d9ac61b11b
7
+ data.tar.gz: 6dd991205b496b73b64b74f4901895492029f008a3f5f0e3f4638c072ec93a811a272f8bdc75afed72e643278f5e63517fdad58197f33b50f5b3bc7618146ea8
@@ -10,7 +10,7 @@ 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("js/admin_editor.js")], css: [] }})
13
+ append_asset_libraries({"plugin_contact_form"=> { js: [plugin_asset_path("admin_editor.js")], css: [] }})
14
14
  render "edit"
15
15
  end
16
16
 
@@ -1,3 +1,3 @@
1
1
  module CamaContactForm
2
- VERSION = "0.0.5"
2
+ VERSION = "0.0.6"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cama_contact_form
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.5
4
+ version: 0.0.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Owen Peredo