diff options
| author | Bobby <[email protected]> | 2022-11-30 22:27:50 -0500 |
|---|---|---|
| committer | Bobby <[email protected]> | 2022-11-30 22:27:50 -0500 |
| commit | aae38a54e5fd7132030fb472a7d13629edcfec8e (patch) | |
| tree | cac0657f67315096df05a50b50fd3665134c885d /templates/dev_status | |
| parent | 0a171d8cb74f6dacaefe06fc21901c8db4d0e372 (diff) | |
| download | thatcomputerscientist-aae38a54e5fd7132030fb472a7d13629edcfec8e.tar.xz thatcomputerscientist-aae38a54e5fd7132030fb472a7d13629edcfec8e.zip | |
Optimize Repository page loading time
Diffstat (limited to 'templates/dev_status')
| -rw-r--r-- | templates/dev_status/home.html | 1 |
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> |
