* Rename remove_association to remove_identity and future proof its tests * Use the signin_path everywhere * Generalize account settings * Use delegation
5 lines
186 B
Text
5 lines
186 B
Text
<ul>
|
|
<% authentication_enabled_providers.each do |provider| %>
|
|
<li><a href="<%= provider.settings_url %>"><%= provider.official_name %> profile settings</a></li>
|
|
<% end %>
|
|
</ul>
|