* flare tag line height * . * init styling * social buttons * no need for inverted * other places * more * Fix specs Co-authored-by: rhymes <rhymesete@gmail.com>
9 lines
432 B
Text
9 lines
432 B
Text
<% authentication_enabled_providers.each do |provider| %>
|
|
<a
|
|
href="<%= provider.sign_in_path(state: "navbar_basic") %>"
|
|
class="crayons-btn crayons-btn--brand-<%= provider.provider_name %> crayons-btn--icon-left"
|
|
data-no-instant>
|
|
<%= inline_svg_tag("#{provider.provider_name}.svg", aria: true, class: "crayons-icon", title: provider.provider_name) %>
|
|
Sign In with <%= provider.official_name %>
|
|
</a>
|
|
<% end %>
|