aboutsummaryrefslogtreecommitdiff
path: root/templates/dev_status
diff options
context:
space:
mode:
authorBobby <[email protected]>2022-11-30 22:27:50 -0500
committerBobby <[email protected]>2022-11-30 22:27:50 -0500
commitaae38a54e5fd7132030fb472a7d13629edcfec8e (patch)
treecac0657f67315096df05a50b50fd3665134c885d /templates/dev_status
parent0a171d8cb74f6dacaefe06fc21901c8db4d0e372 (diff)
downloadthatcomputerscientist-aae38a54e5fd7132030fb472a7d13629edcfec8e.tar.xz
thatcomputerscientist-aae38a54e5fd7132030fb472a7d13629edcfec8e.zip
Optimize Repository page loading time
Diffstat (limited to 'templates/dev_status')
-rw-r--r--templates/dev_status/home.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/templates/dev_status/home.html b/templates/dev_status/home.html
index 31b22a74..3940ad8d 100644
--- a/templates/dev_status/home.html
+++ b/templates/dev_status/home.html
@@ -28,6 +28,7 @@
<option value="created" {% if sort == 'created' %}selected{% endif %}>Created</option>
<option value="updated" {% if sort == 'updated' %}selected{% endif %}>Updated</option>
<option value="pushed" {% if sort == 'pushed' %}selected{% endif %}>Pushed</option>
+ <option value="stars" {% if sort == 'stars' %}selected{% endif %}>Stars</option>
</select>
</td>
<td>