Add timestamp to comments on HR applications, removed useless 'App ID' field from HR overview

This commit is contained in:
Adam Trager
2016-01-06 17:35:34 -05:00
parent 4fa764e301
commit c17fdb2b7a
3 changed files with 3 additions and 4 deletions

View File

@@ -164,7 +164,7 @@
{% for comment in comments %}
<div class="panel panel-default">
<div class="panel-heading" role="tab" id="">
<div class="panel-title">{{ comment.commenter_character.character_name }}
<div class="panel-title">{{comment.commenter_character.created_on}} - {{ comment.commenter_character.character_name }}
- {{ comment.commenter_character.corporation_name }}</div>
</div>
<div class="panel-body">{{ comment.comment }}</div>