tracks/app/views/preferences/_remove_account.html.erb
2020-08-11 01:18:10 +03:00

4 lines
118 B
Text

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