Sha256: 5106a80d91173f9e3555835b71ef8bd7fa10d3bae0b5bb6ab203e1fb489c4001
Contents?: true
Size: 854 Bytes
Versions: 353
Compression:
Stored size: 854 Bytes
Contents
<%= pb_content_tag do %> <%= pb_rails("body", props: { tag: "span", classname: "pb_contact_kit", color: "light", dark: object.dark }) do %> <% if contact_type == "email" %> <%= pb_rails("icon", props: { custom_icon: Playbook::Engine::root.join(envelope_path), fixed_width: true, dark: object.dark }) %> <% else %> <%= pb_rails("icon", props: { icon: object.contact_icon, fixed_width: true, dark: object.dark }) %> <% end %> <%= object.formatted_contact_value if object.contact_value %> <%= pb_rails("caption", props: { text: object.contact_detail, tag: 'span', size: 'xs', dark: object.dark }) if object.contact_detail %> <% end %> <% end %>
Version data entries
353 entries across 353 versions & 1 rubygems