Sha256: 9ffeae37806939a90b67cfc26068965eb3d23820844d990a702c7e81a03e00a2

Contents?: true

Size: 438 Bytes

Versions: 6

Compression:

Stored size: 438 Bytes

Contents

<h1><%=translate('muck.auth.services') %></h1>
<% if @authentications %>
  <%= render 'authentications/current_services', :authentications => @current_authentications %>
  <p><strong>Add another service to sign in with:</strong></p>
<% else %>
  <p><strong>Sign in through one of these services:</strong></p>
<% end %>
<%= render 'authentications/available_services', :authentications => @unused_authentications, :include_icons => true %>

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
muck-auth-3.3.0 app/views/authentications/index.html.erb
muck-auth-3.2.3 app/views/authentications/index.html.erb
muck-auth-3.2.2 app/views/authentications/index.html.erb
muck-auth-3.2.1 app/views/authentications/index.html.erb
muck-auth-3.2.0 app/views/authentications/index.html.erb
muck-auth-3.1.0 app/views/authentications/index.html.erb