diff options
| author | rubenwardy <rw@rubenwardy.com> | 2018-07-08 17:28:39 +0100 |
|---|---|---|
| committer | rubenwardy <rw@rubenwardy.com> | 2018-07-08 17:28:39 +0100 |
| commit | 1b42f3310a8d19145aa1c870794e394851921083 (patch) | |
| tree | d3e208ef97ebd5e436e66be1d50bce22382af019 /app/templates/admin | |
| parent | 8d2144895e64b2559ad67f413472ef6fda9defa1 (diff) | |
| download | cheatdb-1b42f3310a8d19145aa1c870794e394851921083.tar.xz | |
Add admin feature to bulk create releases
Diffstat (limited to 'app/templates/admin')
| -rw-r--r-- | app/templates/admin/list.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/app/templates/admin/list.html b/app/templates/admin/list.html index d307293..4763bdc 100644 --- a/app/templates/admin/list.html +++ b/app/templates/admin/list.html @@ -21,7 +21,8 @@ <option value="importscreenshots" selected>Import screenshots from VCS</option> <option value="importdepends">Import dependencies from downloads</option> <option value="modprovides">Set provides to mod name</option> - <option value="recalcscores">Recalc pakage scores</option> + <option value="recalcscores">Recalc package scores</option> + <option value="vcsrelease">Create VCS releases</option> </select> <input type="submit" value="Perform" /> </form> |
