Sha256: 3520f1483056aa5d3010f0b330041b2d565a73b7fed932250133f941060e9e64

Contents?: true

Size: 376 Bytes

Versions: 54

Compression:

Stored size: 376 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 %>
    <%= link_to object.send(attribute), "mailto:#{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/_email.html.erb
bullet_train-themes-1.0.9 app/views/themes/base/attributes/_email.html.erb
bullet_train-themes-1.0.8 app/views/themes/base/attributes/_email.html.erb
bullet_train-themes-1.0.7 app/views/themes/base/attributes/_email.html.erb
bullet_train-themes-base-1.0.3 app/views/themes/base/attributes/_email.html.erb
bullet_train-themes-1.0.6 app/views/themes/base/attributes/_email.html.erb
bullet_train-themes-base-1.0.2 app/views/themes/base/attributes/_email.html.erb
bullet_train-themes-1.0.5 app/views/themes/base/attributes/_email.html.erb
bullet_train-themes-1.0.4 app/views/themes/base/attributes/_email.html.erb
bullet_train-themes-1.0.3 app/views/themes/base/attributes/_email.html.erb
bullet_train-themes-base-1.0.1 app/views/themes/base/attributes/_email.html.erb
bullet_train-themes-1.0.2 app/views/themes/base/attributes/_email.html.erb
bullet_train-themes-base-1.0.0 app/views/themes/base/attributes/_email.html.erb
bullet_train-themes-1.0.1 app/views/themes/base/attributes/_email.html.erb