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