diff options
| author | Elias Fleckenstein <eliasfleckenstein@web.de> | 2020-11-30 14:38:43 +0100 |
|---|---|---|
| committer | Elias Fleckenstein <eliasfleckenstein@web.de> | 2020-11-30 14:38:43 +0100 |
| commit | a1d5fa6fde2e84a59c3327b7329b160dde40acc1 (patch) | |
| tree | ee41b2542db4e37acdf4366ceb87cb0092dd7499 /app/templates | |
| parent | 0580d88122be5c502ed7fb009dcfbf9d5aecb10b (diff) | |
| download | cheatdb-a1d5fa6fde2e84a59c3327b7329b160dde40acc1.tar.xz | |
Removed Games from GUI; Renamed Mods to Clientmods
Diffstat (limited to 'app/templates')
| -rw-r--r-- | app/templates/index.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app/templates/index.html b/app/templates/index.html index b107e8b..2f0b875 100644 --- a/app/templates/index.html +++ b/app/templates/index.html @@ -36,18 +36,18 @@ <h2 class="my-3">{{ _("Recently Updated") }}</h2> {{ render_pkggrid(updated) }} - + <!-- <a href="{{ url_for('packages.list_all', type='game', sort='score', order='desc') }}" class="btn btn-secondary float-right"> {{ _("See more") }} </a> <h2 class="my-3">{{ _("Top Games") }}</h2> {{ render_pkggrid(pop_gam) }} - + --> <a href="{{ url_for('packages.list_all', type='mod', sort='score', order='desc') }}" class="btn btn-secondary float-right"> {{ _("See more") }} </a> - <h2 class="my-3">{{ _("Top Mods") }}</h2> + <h2 class="my-3">{{ _("Top Clientmods") }}</h2> {{ render_pkggrid(pop_mod) }} |
