scrollytelling-pageflow-navigation 1.14.5 → 1.15.0
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: a01a2a7f87b0bdfefa2a90a04f69742b5fe8ef98
|
4
|
+
data.tar.gz: 9e3e57ad268e24e56001df9e9b5bed37c47f6337
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: f2d46cdb29a543ad0a4aa9de3f35cd31894c5a60c910245b4d11987dbe3268d09577ddd3f90fc8e5643c59cc1441dd92dbcb469d70ce66a3500a698f7d1dfe3f
|
7
|
+
data.tar.gz: cef09d2a8bce36ff642e68352b1595a5b4079272d0561438e525a1a11dcefb4a39c30aacf4684a553864deeb7232911670f397a0e8c6760e44a5f71797254e22
|
@@ -11,9 +11,9 @@
|
|
11
11
|
<a href="#<%= page.perma_id %>" data-page-id="<%= page.id %>">
|
12
12
|
<span></span>
|
13
13
|
</a>
|
14
|
-
<% if page.configuration["title"].
|
14
|
+
<% if page.configuration["title"].presence || page.configuration["subtitle"].presence %>
|
15
15
|
<div class="scrollytelling-pageflow-navigation-tooltip">
|
16
|
-
<%= page.configuration["title"] %>
|
16
|
+
<%= page.configuration["title"].presence || page.configuration["subtitle"].presence %>
|
17
17
|
</div>
|
18
18
|
<% end %>
|
19
19
|
</li>
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: scrollytelling-pageflow-navigation
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.15.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Joost Baaij
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date: 2017-07-
|
11
|
+
date: 2017-07-17 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: pageflow
|