Sha256: a11ea598d04ede9b9f8192bfb0a6bff1afdcd4ce26da1905a93de026b2ff5684

Contents?: true

Size: 828 Bytes

Versions: 77

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

77 entries across 77 versions & 1 rubygems

Version Path
bullet_train-themes-light-1.6.35 app/views/showcase/previews/field_partials/attribute_partials/_address.html.erb
bullet_train-themes-light-1.6.34 app/views/showcase/previews/field_partials/attribute_partials/_address.html.erb
bullet_train-themes-light-1.6.33 app/views/showcase/previews/field_partials/attribute_partials/_address.html.erb
bullet_train-themes-light-1.6.32 app/views/showcase/previews/field_partials/attribute_partials/_address.html.erb
bullet_train-themes-light-1.6.31 app/views/showcase/previews/field_partials/attribute_partials/_address.html.erb
bullet_train-themes-light-1.6.30 app/views/showcase/previews/field_partials/attribute_partials/_address.html.erb
bullet_train-themes-light-1.6.29 app/views/showcase/previews/field_partials/attribute_partials/_address.html.erb
bullet_train-themes-light-1.6.28 app/views/showcase/previews/field_partials/attribute_partials/_address.html.erb
bullet_train-themes-light-1.6.27 app/views/showcase/previews/field_partials/attribute_partials/_address.html.erb
bullet_train-themes-light-1.6.26 app/views/showcase/previews/field_partials/attribute_partials/_address.html.erb
bullet_train-themes-light-1.6.25 app/views/showcase/previews/field_partials/attribute_partials/_address.html.erb
bullet_train-themes-light-1.6.24 app/views/showcase/previews/field_partials/attribute_partials/_address.html.erb
bullet_train-themes-light-1.6.23 app/views/showcase/previews/field_partials/attribute_partials/_address.html.erb
bullet_train-themes-light-1.6.22 app/views/showcase/previews/field_partials/attribute_partials/_address.html.erb
bullet_train-themes-light-1.6.21 app/views/showcase/previews/field_partials/attribute_partials/_address.html.erb
bullet_train-themes-light-1.6.20 app/views/showcase/previews/field_partials/attribute_partials/_address.html.erb
bullet_train-themes-light-1.6.19 app/views/showcase/previews/field_partials/attribute_partials/_address.html.erb
bullet_train-themes-light-1.6.18 app/views/showcase/previews/field_partials/attribute_partials/_address.html.erb
bullet_train-themes-light-1.6.17 app/views/showcase/previews/field_partials/attribute_partials/_address.html.erb
bullet_train-themes-light-1.6.16 app/views/showcase/previews/field_partials/attribute_partials/_address.html.erb