authors instead of by
Browse files
app.py
CHANGED
|
@@ -63,7 +63,8 @@ class PaperManager:
|
|
| 63 |
<tr>
|
| 64 |
<td colspan="1"></td>
|
| 65 |
<td class="subtext">
|
| 66 |
-
<span class="score">{upvotes} upvotes</span>
|
|
|
|
| 67 |
</td>
|
| 68 |
</tr>
|
| 69 |
<tr style="height:5px"></tr>
|
|
|
|
| 63 |
<tr>
|
| 64 |
<td colspan="1"></td>
|
| 65 |
<td class="subtext">
|
| 66 |
+
<span class="score">{upvotes} upvotes</span><br>
|
| 67 |
+
authors: {authors} | {time_ago} | <a href="#">{comments} comments</a>
|
| 68 |
</td>
|
| 69 |
</tr>
|
| 70 |
<tr style="height:5px"></tr>
|