bullet_train-themes 1.0.6 → 1.0.9
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
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 2c938aed3b809bd3a524edce3ccc02463356e0f08c0319de13f73145c200290e
|
4
|
+
data.tar.gz: 4b0fbdf1393080a474b4dab81f8e55f13a6be7e474365913666234356a214d6d
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 7ae37e387ec971050da0e744ce2f040f379fc14de7d8bca874da814f825d71c6f3125a2a5cf6ba864ff1241ebdab830283f08d90608cd1bfec14d8640688cbda
|
7
|
+
data.tar.gz: 24079fcc84209a046b4801fe0980eb2cb72b3c08f6d00b10f27f1f31262132858b0ae47753f712bf80064d2facfcb74622c947ba025cae2117677664331cde77
|
@@ -5,6 +5,6 @@
|
|
5
5
|
<% if object.send(attribute).present? %>
|
6
6
|
<%= render 'shared/attributes/attribute', object: object, attribute: attribute, strategy: strategy, url: url do %>
|
7
7
|
<% # `.to_s` is for action text. %>
|
8
|
-
<%=
|
8
|
+
<%= html_sanitize(object.send(attribute).to_s).html_safe %>
|
9
9
|
<% end %>
|
10
10
|
<% end %>
|
data/lib/bullet_train/themes.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: bullet_train-themes
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.0.
|
4
|
+
version: 1.0.9
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Andrew Culver
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2022-
|
11
|
+
date: 2022-04-26 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rails
|