tenon 1.0.45 → 1.0.46
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: 065b40bb1676de0ca297c8b7660d6944e57c49b2
|
|
4
|
+
data.tar.gz: cde55cf7ca970a644ae55172215acfafa43a62a7
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: e8992c2f234a7349ce25f394cf7261be28e8cae653d61d69b0f56d84b740ac8ccb7cad657b30ac9b81aecd19be2dc98cc7b18504c6ae57d5c2f36e769eb67c1a
|
|
7
|
+
data.tar.gz: 84fb33c02a4366c4eba6fbc6a7d2695b5e38632a8760b28dac7e1d5737060d8b34c617b192116238be1fa9b0c8baea5857ea5217a77409191e3845ea561db805
|
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
%li.active= link_to 'Page Content', '#details', data: {toggle: 'tab'}
|
|
10
10
|
%li= link_to 'Search Optimization', '#seo', data: {toggle: 'tab'}
|
|
11
11
|
|
|
12
|
-
= i18n_language_nav(:pages)
|
|
12
|
+
= i18n_language_nav(:'tenon/pages')
|
|
13
13
|
|
|
14
14
|
= autosaving_form_for @page do |f|
|
|
15
15
|
= error_messages_for :page
|
data/lib/tenon/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
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.46
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- factor[e] design initiative
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2014-11-
|
|
11
|
+
date: 2014-11-17 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: better_errors
|
|
@@ -1255,7 +1255,6 @@ 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
|
|
1259
1258
|
- app/views/tenon/tenon_content/_row.html.haml
|
|
1260
1259
|
- app/views/tenon/tenon_content/piece_types/display/_embedded_content.html.haml
|
|
1261
1260
|
- app/views/tenon/tenon_content/piece_types/display/_image.html.haml
|
|
@@ -1553,3 +1552,4 @@ test_files:
|
|
|
1553
1552
|
- spec/spec_helper.rb
|
|
1554
1553
|
- spec/support/integration_example_group.rb
|
|
1555
1554
|
- spec/support/request_helpers.rb
|
|
1555
|
+
has_rdoc:
|
|
@@ -1,8 +0,0 @@
|
|
|
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
|