Sha256: 69dfcf263d56fd10e89e4b934761c1bff38651e95c3080dfe605356fb31f6536

Contents?: true

Size: 1 KB

Versions: 63

Compression:

Stored size: 1 KB

Contents

<% @title = "Authentications" %>
<div class="page-header">
  <h1><%= @title %></h1>
</div>

<% if @authentications %>
  <% unless @authentications.empty? %>
    <p><strong>You can sign in to this account using:</strong></p>
    <div class="authentications">
      <% for authentication in @authentications %>
        <div class="authentication">
          <%= image_tag "contour/#{authentication.provider}_32.png", height: "32px" %>
          <div class="provider"><%= authentication.provider.titleize %></div>
          <div class="uid"><%= authentication.uid %></div>
          <%= link_to "X", authentication, method: :delete, class: "remove", data: { confirm: 'Are you sure you want to remove this authentication option?' } %>
        </div>
      <% end %>
      <div style="clear:both"></div>
    </div>
  <% end %>
  <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 partial: 'contour/authentications/index' %>

Version data entries

63 entries across 63 versions & 1 rubygems

Version Path
contour-2.0.0.rc4 app/views/contour/authentications/index.html.erb
contour-2.0.0.rc3 app/views/contour/authentications/index.html.erb
contour-2.0.0.rc2 app/views/contour/authentications/index.html.erb
contour-2.0.0.rc app/views/contour/authentications/index.html.erb
contour-2.0.0.beta.9 app/views/contour/authentications/index.html.erb
contour-2.0.0.beta.8 app/views/contour/authentications/index.html.erb
contour-2.0.0.beta.7 app/views/contour/authentications/index.html.erb
contour-2.0.0.beta.6 app/views/contour/authentications/index.html.erb
contour-2.0.0.beta.5 app/views/contour/authentications/index.html.erb
contour-2.0.0.beta.4 app/views/contour/authentications/index.html.erb
contour-2.0.0.beta.3 app/views/contour/authentications/index.html.erb
contour-2.0.0.beta.2 app/views/contour/authentications/index.html.erb
contour-2.0.0.beta.1 app/views/contour/authentications/index.html.erb
contour-1.3.0 app/views/contour/authentications/index.html.erb
contour-1.3.0.pre app/views/contour/authentications/index.html.erb
contour-1.2.1 app/views/contour/authentications/index.html.erb
contour-1.2.0 app/views/contour/authentications/index.html.erb
contour-1.2.0.pre8 app/views/contour/authentications/index.html.erb
contour-1.2.0.pre7 app/views/contour/authentications/index.html.erb
contour-1.2.0.pre6 app/views/contour/authentications/index.html.erb