forked from rDrama/rDrama
1
0
Fork 0
master
kek7198 2021-12-06 22:07:29 -06:00
parent 180d2ed8dc
commit bd0ab262ff
1 changed files with 1 additions and 1 deletions

View File

@ -622,7 +622,7 @@
<div class="w-full">
<textarea maxlength="10000" class="text-lg sm:text-base appearance-none block w-full rounded shadow-inner p-2 bg-gray-300 border border-gray-400 hover:border-gray-500 focus:border-blue-300 focus:ring focus:ring-blue-200 focus:ring-opacity-50" name="body" aria-label="With textarea" placeholder="Add your comment..." rows="3" onclick="location.href='/login?redirect={{request.path | urlencode}}';"></textarea>
<div class="flex w-full justify-end mt-2">
<a href="/login?redirect={{request.path | urlencode}}" class="btn btn-gray">Login to comment</a>
<a href="/login?redirect={{request.path | urlencode}}" class="btn btn-gray">Log in to comment</a>
</div>
</div>
</div>