master
kek7198 2021-12-07 18:29:51 -06:00
parent cd1e341d13
commit e472f09d54
1 changed files with 14 additions and 2 deletions

View File

@ -23,10 +23,22 @@
{% block content %}
<div class="col-span-full px-2.5 md:px-0">
<h1>Vote Info</h1>
{% if thing %}
<div class="grid-cols-3 md:divide-x divide-gray-300">
<div class="col-span-full md:col-span-1">
<label class="label">Post</label>
<a href="{{thing.permalink}}" class="block">
{{ thing.title }}
</a>
</div>
<div class="col-span-full md:col-span-1">
test
</div>
<div class="col-span-full md:col-span-1">
test
</div>
</div>
<h1>Info</h1>
<p><a href="{{thing.permalink}}">{{thing.permalink}}</a></p>
<p><b>Author:</b> <a href="{{thing.author.url}}">@{{thing.author.username}}</a></p>