Skip to content

Commit

Permalink
Update recent.html
Browse files Browse the repository at this point in the history
remove author for now, this requires some info that needs to be queried
  • Loading branch information
markknol committed Jun 6, 2018
1 parent 6342891 commit 29bd5f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion www/view/home/recent.html
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ <h1><i class="fa fa-paperclip"></i> Latest updates</h1>
<tr>
<th>
<a href="/p/@update.p.name/">@update.p.name</a>
<br/><small><a href="/u/@update.p.author/">@@@update.p.author</a></small>
<!--br/><small><a href="/u/@update.p.author/">@@@update.p.author</a></small-->
</th>
<td>@if (update.v.comments != null && update.v.comments.length > 0){<em>@escape(update.v.comments)</em>}</td>
<td>@update.v.name<br/><small title="@formatDate(update.v.date)">@update.v.date</small></td>
Expand Down

0 comments on commit 29bd5f1

Please sign in to comment.