justCxx/flashcards

View on GitHub
app/views/user_profile/edit.html.erb

Summary

Maintainability
Test Coverage
<h3><%= t :user_profile %></h3>

<%= render "form" %>

<% unless current_user.external? %>
  <%= link_to "Link GitHub account", auth_at_provider_path(provider: :github) %>
<% end %>