tracks/app/views/preferences/_remove_account.html.erb

5 lines
118 B
Text
Raw Normal View History

<p><%= t 'preferences.remove_introduction' %></p>
<div class="form-group">
<%= profile_delete_user(@user) %>
</div>