]> git.lizzy.rs Git - cheatdb.git/blobdiff - app/templates/index.html
Removed Games from GUI; Renamed Mods to Clientmods
[cheatdb.git] / app / templates / index.html
index b107e8b41fd5ca3e0ac85623fec4b0c27ae85de2..2f0b8759c9cf02dc969146d88e98916c1248a244 100644 (file)
        <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) }}