Files
icehrm/core/templates/notifications/notification.html
2018-04-29 17:46:42 +02:00

12 lines
372 B
HTML

<li>
<a href="#_url_#">
<div class="pull-left">
<img src="#_image_#" class="img-circle" alt="user image">
</div>
<h4>
#_fromName_#
<small><i class="fa fa-clock-o"></i>&nbsp;<span class="notificationTime">#_time_#</span></small>
</h4>
<p style="margin-top:10px;">#_message_#</p>
</a>
</li>