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.7.11 app/views/themes/base/attributes/_belongs_to.html.erb
bullet_train-themes-1.7.10 app/views/themes/base/attributes/_belongs_to.html.erb
bullet_train-themes-1.7.9 app/views/themes/base/attributes/_belongs_to.html.erb
bullet_train-themes-1.7.3 app/views/themes/base/attributes/_belongs_to.html.erb
bullet_train-themes-1.7.2 app/views/themes/base/attributes/_belongs_to.html.erb
bullet_train-themes-1.7.1 app/views/themes/base/attributes/_belongs_to.html.erb
bullet_train-themes-1.7.0 app/views/themes/base/attributes/_belongs_to.html.erb
bullet_train-themes-1.6.38 app/views/themes/base/attributes/_belongs_to.html.erb
bullet_train-themes-1.6.37 app/views/themes/base/attributes/_belongs_to.html.erb
bullet_train-themes-1.6.36 app/views/themes/base/attributes/_belongs_to.html.erb
bullet_train-themes-1.6.35 app/views/themes/base/attributes/_belongs_to.html.erb
bullet_train-themes-1.6.34 app/views/themes/base/attributes/_belongs_to.html.erb
bullet_train-themes-1.6.33 app/views/themes/base/attributes/_belongs_to.html.erb
bullet_train-themes-1.6.32 app/views/themes/base/attributes/_belongs_to.html.erb
bullet_train-themes-1.6.31 app/views/themes/base/attributes/_belongs_to.html.erb
bullet_train-themes-1.6.30 app/views/themes/base/attributes/_belongs_to.html.erb
bullet_train-themes-1.6.29 app/views/themes/base/attributes/_belongs_to.html.erb
bullet_train-themes-1.6.28 app/views/themes/base/attributes/_belongs_to.html.erb
bullet_train-themes-1.6.27 app/views/themes/base/attributes/_belongs_to.html.erb
bullet_train-themes-1.6.26 app/views/themes/base/attributes/_belongs_to.html.erb