Sha256: 11ba1f26945688828bc694740a4886d1656a2a01554448fade1226032883632f

Contents?: true

Size: 354 Bytes

Versions: 54

Compression:

Stored size: 354 Bytes

Contents

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

<% if object.send(attribute).present? %>
  <%= render 'shared/attributes/attribute', object: object, attribute: attribute, strategy: strategy, url: url do %>
    <%= display_phone_number(object.send(attribute)) %>
  <% end %>
<% end %>

Version data entries

54 entries across 54 versions & 2 rubygems

Version Path
bullet_train-themes-1.0.10 app/views/themes/base/attributes/_phone_number.html.erb
bullet_train-themes-1.0.9 app/views/themes/base/attributes/_phone_number.html.erb
bullet_train-themes-1.0.8 app/views/themes/base/attributes/_phone_number.html.erb
bullet_train-themes-1.0.7 app/views/themes/base/attributes/_phone_number.html.erb
bullet_train-themes-base-1.0.3 app/views/themes/base/attributes/_phone_number.html.erb
bullet_train-themes-1.0.6 app/views/themes/base/attributes/_phone_number.html.erb
bullet_train-themes-base-1.0.2 app/views/themes/base/attributes/_phone_number.html.erb
bullet_train-themes-1.0.5 app/views/themes/base/attributes/_phone_number.html.erb
bullet_train-themes-1.0.4 app/views/themes/base/attributes/_phone_number.html.erb
bullet_train-themes-1.0.3 app/views/themes/base/attributes/_phone_number.html.erb
bullet_train-themes-base-1.0.1 app/views/themes/base/attributes/_phone_number.html.erb
bullet_train-themes-1.0.2 app/views/themes/base/attributes/_phone_number.html.erb
bullet_train-themes-base-1.0.0 app/views/themes/base/attributes/_phone_number.html.erb
bullet_train-themes-1.0.1 app/views/themes/base/attributes/_phone_number.html.erb