Sha256: 3b0d909b862e864d524b20ad810aabe8c3c0ad76bad0dc77b8a09f46171eb4cb

Contents?: true

Size: 591 Bytes

Versions: 16

Compression:

Stored size: 591 Bytes

Contents

<% object ||= current_attributes_object %>
<% strategy ||= current_attributes_strategy || :none %>
<% url ||= nil %>

<% if object.public_send(attribute).present? %>
  <%= render 'shared/attributes/attribute', object: object, attribute: attribute, strategy: strategy, url: url do %>
    <% if object.send(attribute).is_a?(ActionText::RichText) %>
      <%= html_sanitize(object.public_send(attribute).body.to_s).html_safe %>
    <% else %>
      <% # `.to_s` is for action text. %>
      <%= html_sanitize(object.public_send(attribute).to_s).html_safe %>
    <% end %>
  <% end %>
<% end %>

Version data entries

16 entries across 16 versions & 1 rubygems

Version Path
bullet_train-themes-1.10.0 app/views/themes/base/attributes/_html.html.erb
bullet_train-themes-1.9.0 app/views/themes/base/attributes/_html.html.erb
bullet_train-themes-1.8.5 app/views/themes/base/attributes/_html.html.erb
bullet_train-themes-1.8.4 app/views/themes/base/attributes/_html.html.erb
bullet_train-themes-1.8.3 app/views/themes/base/attributes/_html.html.erb
bullet_train-themes-1.8.2 app/views/themes/base/attributes/_html.html.erb
bullet_train-themes-1.8.1 app/views/themes/base/attributes/_html.html.erb
bullet_train-themes-1.8.0 app/views/themes/base/attributes/_html.html.erb
bullet_train-themes-1.7.23 app/views/themes/base/attributes/_html.html.erb
bullet_train-themes-1.7.22 app/views/themes/base/attributes/_html.html.erb
bullet_train-themes-1.7.21 app/views/themes/base/attributes/_html.html.erb
bullet_train-themes-1.7.20 app/views/themes/base/attributes/_html.html.erb
bullet_train-themes-1.7.19 app/views/themes/base/attributes/_html.html.erb
bullet_train-themes-1.7.18 app/views/themes/base/attributes/_html.html.erb
bullet_train-themes-1.7.17 app/views/themes/base/attributes/_html.html.erb
bullet_train-themes-1.7.16 app/views/themes/base/attributes/_html.html.erb