docbrown/app/views/users/_account_providers_settings.html.erb
rhymes c7c498834f
[deploy] Authentication refactoring: generalize account settings (#7597)
* Rename remove_association to remove_identity and future proof its tests

* Use the signin_path everywhere

* Generalize account settings

* Use delegation
2020-04-30 17:29:53 +02:00

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>