forked from MarseyWorld/MarseyWorld
fix
parent
8af405c197
commit
1a4bbe4b42
|
@ -50,9 +50,9 @@
|
|||
{% block content %}
|
||||
<div class="col-span-full mb-6">
|
||||
<div class="flex items-center px-4 py-4 bg-gray-100 sticky top-0">
|
||||
<h1 class="text-2xl font-heading font-bold">
|
||||
rDrama's 20 Greediest Users
|
||||
</h1>
|
||||
<h2 class="text-2xl font-heading font-bold">
|
||||
rDrama's 20 Greediest Members
|
||||
</h2>
|
||||
</div>
|
||||
<div class="mb-4 flex flex-col bg-gray-100 rounded-lg overflow-hidden">
|
||||
{% for user in users1 %}
|
||||
|
@ -89,9 +89,9 @@
|
|||
</div>
|
||||
<div class="col-span-full mb-6">
|
||||
<div class="flex items-center px-4 py-4 bg-gray-100 sticky top-0">
|
||||
<h1 class="text-2xl font-heading font-bold">
|
||||
<h2 class="text-2xl font-heading font-bold">
|
||||
rDrama's 20 Top Spenders
|
||||
</h1>
|
||||
</h2>
|
||||
</div>
|
||||
<div class="mb-4 flex flex-col bg-gray-100 rounded-lg overflow-hidden">
|
||||
{% for user in users7 %}
|
||||
|
@ -128,9 +128,9 @@
|
|||
</div>
|
||||
<div class="col-span-full mb-6">
|
||||
<div class="flex items-center px-4 py-4 bg-gray-100 sticky top-0">
|
||||
<h1 class="text-2xl font-heading font-bold">
|
||||
<h2 class="text-2xl font-heading font-bold">
|
||||
rDrama's 15 Most Popular
|
||||
</h1>
|
||||
</h2>
|
||||
</div>
|
||||
<div class="mb-4 flex flex-col bg-gray-100 rounded-lg overflow-hidden">
|
||||
{% for user in users2 %}
|
||||
|
@ -167,9 +167,9 @@
|
|||
</div>
|
||||
<div class="col-span-full mb-6">
|
||||
<div class="flex items-center px-4 py-4 bg-gray-100 sticky top-0">
|
||||
<h1 class="text-2xl font-heading font-bold">
|
||||
rDrama's 15 Most Terminally Online (Posts)
|
||||
</h1>
|
||||
<h2 class="text-2xl font-heading font-bold">
|
||||
rDrama's 10 Most Terminally Online (Posts)
|
||||
</h2>
|
||||
</div>
|
||||
<div class="mb-4 flex flex-col bg-gray-100 rounded-lg overflow-hidden">
|
||||
{% for user in users3 %}
|
||||
|
@ -206,9 +206,9 @@
|
|||
</div>
|
||||
<div class="col-span-full mb-6">
|
||||
<div class="flex items-center px-4 py-4 bg-gray-100 sticky top-0">
|
||||
<h1 class="text-2xl font-heading font-bold">
|
||||
rDrama's 15 Most Terminally Online (Comments)
|
||||
</h1>
|
||||
<h2 class="text-2xl font-heading font-bold">
|
||||
rDrama's 10 Most Terminally Online (Comments)
|
||||
</h2>
|
||||
</div>
|
||||
<div class="mb-4 flex flex-col bg-gray-100 rounded-lg overflow-hidden">
|
||||
{% for user in users4 %}
|
||||
|
@ -245,9 +245,9 @@
|
|||
</div>
|
||||
<div class="col-span-full mb-6">
|
||||
<div class="flex items-center px-4 py-4 bg-gray-100 sticky top-0">
|
||||
<h1 class="text-2xl font-heading font-bold">
|
||||
rDrama's 15 Biggest Winners
|
||||
</h1>
|
||||
<h2 class="text-2xl font-heading font-bold">
|
||||
rDrama's 10 Biggest Winners
|
||||
</h2>
|
||||
</div>
|
||||
<div class="mb-4 flex flex-col bg-gray-100 rounded-lg overflow-hidden">
|
||||
{% for user in users5 %}
|
||||
|
|
Loading…
Reference in New Issue