Sha256: 648fb1dfb25250b8c6ff1dd80ef36ed78feb7b673001a8bb1035bc519fb94aa0

Contents?: true

Size: 505 Bytes

Versions: 20

Compression:

Stored size: 505 Bytes

Contents

<%= render :layout => 'authentifyd/layouts/account_menu' do %>
  <legend><%= t("Existing_linked_accounts") %></legend>
  <div class='providers-list row-fluid'>
    <%= render @authentications %>
  </div>
  <% if @authentications.empty? %>
    <%= t("You_have_not_linked_any_account_yet") %>
  <% end %>

  <% if @authentications.count < 3 %>
    </br>
    </br>
    <legend><%= t("Link_other_accounts") %></legend>
    <%= render :partial => "authentifyd/sessions/social_networks" %>
  <% end %>
<% end %>

Version data entries

20 entries across 20 versions & 1 rubygems

Version Path
authentifyd-0.3.0 app/views/authentifyd/authentications/index.html.erb
authentifyd-0.2.0 app/views/authentifyd/authentications/index.html.erb
authentifyd-0.1.0.6 app/views/authentifyd/authentications/index.html.erb
authentifyd-0.1.0.5 app/views/authentifyd/authentications/index.html.erb
authentifyd-0.1.0.4 app/views/authentifyd/authentications/index.html.erb
authentifyd-0.1.0.3 app/views/authentifyd/authentications/index.html.erb
authentifyd-0.1.0.2 app/views/authentifyd/authentications/index.html.erb
authentifyd-0.1.0.1 app/views/authentifyd/authentications/index.html.erb
authentifyd-0.1.0 app/views/authentifyd/authentications/index.html.erb
authentifyd-0.0.16 app/views/authentifyd/authentications/index.html.erb
authentifyd-0.0.15 app/views/authentifyd/authentications/index.html.erb
authentifyd-0.0.14 app/views/authentifyd/authentications/index.html.erb
authentifyd-0.0.13 app/views/authentifyd/authentications/index.html.erb
authentifyd-0.0.12 app/views/authentifyd/authentications/index.html.erb
authentifyd-0.0.11 app/views/authentifyd/authentications/index.html.erb
authentifyd-0.0.10 app/views/authentifyd/authentications/index.html.erb
authentifyd-0.0.9 app/views/authentifyd/authentications/index.html.erb
authentifyd-0.0.8 app/views/authentifyd/authentications/index.html.erb
authentifyd-0.0.7 app/views/authentifyd/authentications/index.html.erb
authentifyd-0.0.6 app/views/authentifyd/authentications/index.html.erb