This commit is contained in:
14
views/top10.html
Normal file
14
views/top10.html
Normal file
@ -0,0 +1,14 @@
|
||||
@include(snippets/header)
|
||||
|
||||
<h3>Top10 ({{ year }}-{{ month }})</h3>
|
||||
<table class="table">
|
||||
@each(f0cks as f0ck)
|
||||
<tr>
|
||||
<td><a href="//f0ck.me/{{ f0ck.id }}"><img src="//f0ck.me/t/{{ f0ck.id }}.webp" /></a></td>
|
||||
<td><a href="//f0ck.me/{{ f0ck.id }}">{{ f0ck.id }}</a></td>
|
||||
<td>{{ f0ck.username }}</td>
|
||||
</tr>
|
||||
@endeach
|
||||
</table>
|
||||
|
||||
@include(snippets/footer)
|
Reference in New Issue
Block a user