Sha256: a11ea598d04ede9b9f8192bfb0a6bff1afdcd4ce26da1905a93de026b2ff5684

Contents?: true

Size: 828 Bytes

Versions: 74

Compression:

Stored size: 828 Bytes

Contents

<%= render "showcase/previews/field_partials/attribute_partials/about_attribute_partials", showcase: showcase do |partial| %>
  <% partial.body do |object| %>
    <% object.address_value = Address.new(
        country_id: 233,
        address_one: "2800 East Observatory Road",
        city: "Los Angeles",
        region_id: 1416,
        postal_code: "90027"
      )
    %>

    <% showcase.sample "Multi-line" do %>
      <%= render 'shared/attributes/address', object: object, attribute: :address_value %>
    <% end %>

    <% showcase.sample "One-line" do %>
      <%= render 'shared/attributes/address', object: object, attribute: :address_value, one_line: true %>
    <% end %>
  <% end %>

  <% partial.options do |o| %>
    <% o.optional :one_line, "Render into a single line", type: "Boolean" %>
  <% end %>
<% end %>

Version data entries

74 entries across 74 versions & 1 rubygems

Version Path
bullet_train-themes-light-1.14.0 app/views/showcase/previews/field_partials/attribute_partials/_address.html.erb
bullet_train-themes-light-1.13.0 app/views/showcase/previews/field_partials/attribute_partials/_address.html.erb
bullet_train-themes-light-1.12.3 app/views/showcase/previews/field_partials/attribute_partials/_address.html.erb
bullet_train-themes-light-1.12.2 app/views/showcase/previews/field_partials/attribute_partials/_address.html.erb
bullet_train-themes-light-1.12.1 app/views/showcase/previews/field_partials/attribute_partials/_address.html.erb
bullet_train-themes-light-1.12.0 app/views/showcase/previews/field_partials/attribute_partials/_address.html.erb
bullet_train-themes-light-1.11.0 app/views/showcase/previews/field_partials/attribute_partials/_address.html.erb
bullet_train-themes-light-1.10.0 app/views/showcase/previews/field_partials/attribute_partials/_address.html.erb
bullet_train-themes-light-1.9.0 app/views/showcase/previews/field_partials/attribute_partials/_address.html.erb
bullet_train-themes-light-1.8.5 app/views/showcase/previews/field_partials/attribute_partials/_address.html.erb
bullet_train-themes-light-1.8.4 app/views/showcase/previews/field_partials/attribute_partials/_address.html.erb
bullet_train-themes-light-1.8.3 app/views/showcase/previews/field_partials/attribute_partials/_address.html.erb
bullet_train-themes-light-1.8.2 app/views/showcase/previews/field_partials/attribute_partials/_address.html.erb
bullet_train-themes-light-1.8.1 app/views/showcase/previews/field_partials/attribute_partials/_address.html.erb
bullet_train-themes-light-1.8.0 app/views/showcase/previews/field_partials/attribute_partials/_address.html.erb
bullet_train-themes-light-1.7.23 app/views/showcase/previews/field_partials/attribute_partials/_address.html.erb
bullet_train-themes-light-1.7.22 app/views/showcase/previews/field_partials/attribute_partials/_address.html.erb
bullet_train-themes-light-1.7.21 app/views/showcase/previews/field_partials/attribute_partials/_address.html.erb
bullet_train-themes-light-1.7.20 app/views/showcase/previews/field_partials/attribute_partials/_address.html.erb
bullet_train-themes-light-1.7.19 app/views/showcase/previews/field_partials/attribute_partials/_address.html.erb