Add icon on profile delete block.

This commit is contained in:
Damien GUILLEM 2015-04-27 12:13:56 +02:00 committed by dam09fr
parent 0e9668bc08
commit 01000337a7
1 changed files with 1 additions and 1 deletions

View File

@ -88,7 +88,7 @@
</div>
<div class="panel panel-default">
<div class="panel-heading">
<h4 class="panel-title"><i class="fa fa-delete fa-fw"></i> Supprimer ce compte</h4>
<h4 class="panel-title"><i class="fa fa-trash-o fa-fw"></i> Supprimer ce compte</h4>
</div>
<div class="panel-body">
<form action="<?php echo $this->generateUrl('profile', 'delete', array('csrf' => $_SESSION['csrf'])); ?>" method="POST">