Skip to content

Commit

Permalink
couple changes of things.
Browse files Browse the repository at this point in the history
  • Loading branch information
wreiske committed May 9, 2019
1 parent 5cbe12a commit 5a4c87c
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 8 deletions.
24 changes: 19 additions & 5 deletions app/reports/client/admin/reportInfo.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,21 @@
<template name="reportInfo">
<div class="content">
{{description}}
<hr />
{{message.msg}}
</div>
<section class="contextual-bar__content">
<h1>{{_ "Report_Info"}}</h1>
<div class="report-description">
{{description}}
</div>
{{_ "Reported_By"}} {{userId}} on {{ts}}
<div class="rc-user-info-wrapper">
<div class="rc-user-info">
<div class="rc-user-info__avatar">
{{> avatar username=message.u.username}}
</div>
{{#if message.u.username}}<p class="rc-user-info__username">@{{message.u.username}}</p>{{/if}}

<div class="message">
{{message.msg}}
</div>
</div>
</div>
</section>
</template>
6 changes: 3 additions & 3 deletions app/reports/client/admin/reports.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@
<thead>
<tr>
<th width="34%">
<div class="table-fake-th">{{_ "Username"}}</div>
<div class="table-fake-th">{{_ "Reported_By"}}</div>
</th>
<th width="33%">
<div class="table-fake-th">{{_ "Reported_Message"}}</div>
<div class="table-fake-th">{{_ "Reported_User"}}</div>
</th>
<th width="33%">
<div class="table-fake-th">{{_ "Report_Description"}}</div>
Expand All @@ -39,7 +39,7 @@
<td width="20%">
<div class="rc-table-wrapper">
<div class="rc-table-info">
<span class="rc-table-title">{{message.msg}}</span>
<span class="rc-table-title">{{userId}}</span>
</div>
</div>
</td>
Expand Down

0 comments on commit 5a4c87c

Please sign in to comment.