Re-add "Delete Avatar" button to "Your account".

This re-adds the deleted "Delete Avatar" button back to the
settings/your-account tab view in the overlay, which only appears
if you do not currently have a gravitar.
This commit is contained in:
Brock Whittaker 2017-02-22 14:39:33 -08:00 committed by Tim Abbott
parent 03386f1485
commit c7349178f0
1 changed files with 1 additions and 0 deletions

View File

@ -72,6 +72,7 @@
</div>
<div class="inline-block">
<button class="button sea-green w-200 m-t-20 block input-size" id="user_avatar_upload_button">{{t 'Upload New Avatar' }}</button>
<button class="button btn-danger w-200 m-t-20 block input-size" id="user_avatar_delete_button">{{t 'Delete Avatar' }}</button>
<div class="w-200 dark-grey center m-t-20">
Upload a small (1024x1024) avatar of yourself here.
</div>