Sha256: b47f9c0f5cd48209ac12da6c449d90307a39c9e4f72857d9b5404be4cdc17d4f

Contents?: true

Size: 559 Bytes

Versions: 107

Compression:

Stored size: 559 Bytes

Contents

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

<% if object.public_send(attribute).present? %>
  <%= render 'shared/attributes/attribute', object: object, attribute: attribute, strategy: strategy, url: url do %>
    <% if disable_link %>
      <%= object.public_send(attribute).label_string %>
    <% else %>
      <%= link_to object.public_send(attribute).label_string, url || [:account, object.public_send(attribute)] %>
    <% end %>
  <% end %>
<% end %>

Version data entries

107 entries across 107 versions & 1 rubygems

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