32 lines
795 B
HTML
32 lines
795 B
HTML
<div class="pf-character-info-popover">
|
|
|
|
<img class="pull-right" src="https://image.eveonline.com//Character/{{created.character.id}}_32.jpg">
|
|
|
|
<h6>
|
|
<small>
|
|
<i class="fa fa-fw fa-circle pf-user-status {{createdStatusClass}}"></i>
|
|
</small> {{created.character.name}}
|
|
</h6>
|
|
|
|
|
|
<div class="well well-sm text-center">
|
|
{{createdTime}}
|
|
</div>
|
|
|
|
<div style="height: 1px"> </div>
|
|
|
|
<img class="pull-right" src="https://image.eveonline.com//Character/{{updated.character.id}}_32.jpg">
|
|
|
|
<h6>
|
|
<small>
|
|
<i class="fa fa-fw fa-circle pf-user-status {{updatedStatusClass}}"></i>
|
|
</small> {{updated.character.name}}
|
|
</h6>
|
|
|
|
|
|
<div class="well well-sm text-center">
|
|
{{updatedTime}}
|
|
</div>
|
|
</div>
|
|
|