bullet_train-themes 1.7.16 → 1.7.17

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: 1c904293926045140031ece8d356bc8bccd535e5bdae06f076f1b1885858532d
4
- data.tar.gz: '027628f9adc91284dcd7bfcccc8fc49d7aa9d4f667b32bf8585c9dd41b386a7e'
3
+ metadata.gz: 97706089d0a46226a1af3f0d7bb8c70a618bb3095b4eeab1cabe1af4cbf5fec3
4
+ data.tar.gz: 216fc91bd2b9b48bc303769603747ef14a8e031140dba30d9a346f8dcf2d0e5e
5
5
  SHA512:
6
- metadata.gz: 634ae16dfdad8c59b653800bf80bdac4e501b5810bd9da491d2d83507592694d67175d4f2ae602b98efd2ee6ba79eef34e750a122f9a91605263505602da0003
7
- data.tar.gz: 6f72b4579d81a99d806998f874788cd5ef329e9ccbe16a8e5b16797fcc0b0324c6ae6ea118863eb7060d758b1cdb0fb6b38a82ea277a1de1e90e1610cbf9dc3e
6
+ metadata.gz: 3c4884c49c2ee57d8fd39888ddceb18d7e1fa3ae119e86d674a8ed92bd92664bafe8355c5f505d94baa9757d42a35fcff2dfc177ec2cdad967549a4135697744
7
+ data.tar.gz: 6b4556e573a8a0299c6e963ec711aed9d69bc96e7051ca2b0fcecffce5781a64853a2f07d4c501ff6da7dd36c3e2425e8a8730e6660e463a702fe0eb1a6aae63
@@ -2,7 +2,7 @@
2
2
  <% strategy ||= current_attributes_strategy || :none %>
3
3
  <% url ||= nil %>
4
4
 
5
- <%= render 'shared/attributes/base', strategy: strategy, url: url do |p| %>
5
+ <%= render 'shared/attributes/base', strategy: strategy, url: url, attribute: attribute do |p| %>
6
6
  <% p.heading t("#{object.class.name.pluralize.underscore}.fields.#{attribute}.heading", default: object.class.human_attribute_name(attribute)) %>
7
7
  <% p.body yield %>
8
8
  <% end %>
@@ -7,5 +7,7 @@
7
7
  <% if cloudinary_enabled? %>
8
8
  <%= cloudinary_image_tag object.public_send(attribute), options %>
9
9
  <% else %>
10
- <%= image_tag photo_url_for_active_storage_attachment(object.public_send(attribute), options) %>
10
+ <% if object.public_send(attribute).attached? %>
11
+ <%= image_tag photo_url_for_active_storage_attachment(object.public_send(attribute), options) %>
12
+ <% end %>
11
13
  <% end %>
@@ -1,5 +1,5 @@
1
1
  module BulletTrain
2
2
  module Themes
3
- VERSION = "1.7.16"
3
+ VERSION = "1.7.17"
4
4
  end
5
5
  end
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.7.16
4
+ version: 1.7.17
5
5
  platform: ruby
6
6
  authors:
7
7
  - Andrew Culver
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-07-09 00:00:00.000000000 Z
11
+ date: 2024-07-11 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: standard