Sha256: f6c8e839dc8f396897e1905694968051c37da656d45d8787a4d7bd73b7d5fd56

Contents?: true

Size: 681 Bytes

Versions: 1

Compression:

Stored size: 681 Bytes

Contents

<div id="auth_available_services" class="auth-services">
  <% unless authentications.empty? %>
    <h3><%=translate('muck.auth.you_can_connect_to_the_following_services') %></h3>
    <ul <%='class="icon-list"' if include_icons%>>
      <% authentications.each do |authentication| -%>
        <li class="<%=authentication.to_s.parameterize%> auth_service service-link" <%= service_icon_background(authentication) if include_icons%> title="<%=translate('muck.auth.connect_to_account_title', :service => authentication.to_s.humanize) %>">
          <%= link_to auth_service_name(authentication), "/auth/#{authentication}" %>
        </li>
      <% end -%>
    </ul>
  <% end %>
</div>

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
muck-auth-3.1.0 app/views/authentications/_available_services.html.erb