This commit is contained in:
kek7198 2021-12-07 18:14:57 -06:00
parent 28baa1200b
commit f9912e926e

View file

@ -17,6 +17,11 @@
See which losers downvoted your quality content.
</small>
</div>
<form action="votes" method="get" class="ml-auto flex items-center">
<label for="link-input">Paste permalink</label>
<input id="link-input" type="text" class="form-input" name="link" value="{{thing.permalink if thing else ''}}">
<input type="submit" value="See votes" class="ml-2 btn btn-gray">
</form>
</div>
</div>
{% endblock %}
@ -25,12 +30,6 @@
<div class="col-span-full">
<h1>Vote Info</h1>
<form action="votes" method="get" class="mb-6">
<label for="link-input">Paste permalink</label>
<input id="link-input" type="text" class="form-input mb-2" name="link" value="{{thing.permalink if thing else ''}}">
<input type="submit" value="See votes" class="btn btn-gray">
</form>
{% if thing %}
<h1>Info</h1>