tenon 1.0.46 → 1.0.47
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:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 096aab10c6cb26ec9f433fa16b86a58455760962
|
|
4
|
+
data.tar.gz: 7cf657145b2c7d3249509a9d9103ecef1fefb1d4
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 43ea1efac4409b7ac041d0e5f4b95eb4ca530b9c48b03167f67b8df37a0b24543a6bdad9f1c88facbe06fbd1005a24e391462c7ca9d6b8f921368f1b720fc95f
|
|
7
|
+
data.tar.gz: 45b119ed3c7657f7bf5661f9eb195189641cb75acb300e1cb75c01becfac906479dc0f0ead5d5de9efce2a34628c221082f147e93d13da4a63dddfe78d2ef1d5
|
|
@@ -35,7 +35,7 @@
|
|
|
35
35
|
|
|
36
36
|
.form-group.inline.bordered
|
|
37
37
|
= f.check_box :show_contact_form, class: 'tn-checkbox-right'
|
|
38
|
-
= f.super_label :show_contact_form, "Show
|
|
38
|
+
= f.super_label :show_contact_form, "Show Contact Form?"
|
|
39
39
|
|
|
40
40
|
%h4.box-label Publish Your Page
|
|
41
41
|
.box
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
.embedded-content
|
|
2
|
+
= link_to 'Select Piece Type', '#', class: 'open-piece-selector-modal', 'data-modal-target' => '.select-piece-type', 'data-modal-title' => 'Select Piece Type', 'data-modal-clone' => 'true', 'data-modal-handler' => 'Tenon.features.tenonContent.PieceSelectorModalHandler'
|
|
3
|
+
.embed= raw f.object.try(:embed_code)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
= f.hidden_field :embed_code, class: 'embed-code-field'
|
|
7
|
+
= f.hidden_field :position
|
|
8
|
+
= f.hidden_field :size
|
data/lib/tenon/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: tenon
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.0.
|
|
4
|
+
version: 1.0.47
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- factor[e] design initiative
|
|
@@ -1255,6 +1255,7 @@ files:
|
|
|
1255
1255
|
- app/views/tenon/tenon_content/_display.html.haml
|
|
1256
1256
|
- app/views/tenon/tenon_content/_embed_modal.html.haml
|
|
1257
1257
|
- app/views/tenon/tenon_content/_fields.html.haml
|
|
1258
|
+
- app/views/tenon/tenon_content/_piece_selector.html.haml
|
|
1258
1259
|
- app/views/tenon/tenon_content/_row.html.haml
|
|
1259
1260
|
- app/views/tenon/tenon_content/piece_types/display/_embedded_content.html.haml
|
|
1260
1261
|
- app/views/tenon/tenon_content/piece_types/display/_image.html.haml
|
|
@@ -1322,6 +1323,7 @@ files:
|
|
|
1322
1323
|
- db/migrate/20140619135927_add_stretch_boolean_to_tenon_tenon_content_pieces.rb
|
|
1323
1324
|
- db/migrate/20140623142634_create_tenon_redirects.rb
|
|
1324
1325
|
- db/migrate/20141115154243_remove_unused_tenon_photo_columns.rb
|
|
1326
|
+
- db/migrate/20141117202434_remove_dispatches_and_delayed_jobs.rb
|
|
1325
1327
|
- db/seeds.rb
|
|
1326
1328
|
- lib/generators/tenon/i18n_migrations/i18n_migrations_generator.rb
|
|
1327
1329
|
- lib/generators/tenon/i18n_migrations/templates/migration.rb
|
|
@@ -1552,4 +1554,3 @@ test_files:
|
|
|
1552
1554
|
- spec/spec_helper.rb
|
|
1553
1555
|
- spec/support/integration_example_group.rb
|
|
1554
1556
|
- spec/support/request_helpers.rb
|
|
1555
|
-
has_rdoc:
|