Sha256: 4060014f221c849e323fddb2b6b9e757fee1c19e30cc23cf1af0d940702f6913

Contents?: true

Size: 458 Bytes

Versions: 9

Compression:

Stored size: 458 Bytes

Contents

<h1><%=translate('muck.auth.services') %></h1>
<% if @current_authentications %>
  <%= render 'authentications/current_services', :authentications => @current_authentications, :include_icons => true %>
  <p><%=translate('muck.auth.add_another_service') %></p>
<% else %>
  <p><%=translate('muck.auth.sign_in_via_service') %></p>
<% end %>
<%= render 'authentications/available_services', :authentications => @unused_authentications, :include_icons => true %>

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
muck-auth-3.5.4 app/views/authentications/index.html.erb
muck-auth-3.5.3 app/views/authentications/index.html.erb
muck-auth-3.5.2 app/views/authentications/index.html.erb
muck-auth-3.5.1 app/views/authentications/index.html.erb
muck-auth-3.5.0 app/views/authentications/index.html.erb
muck-auth-3.4.0 app/views/authentications/index.html.erb
muck-auth-3.3.3 app/views/authentications/index.html.erb
muck-auth-3.3.2 app/views/authentications/index.html.erb
muck-auth-3.3.1 app/views/authentications/index.html.erb