diff options
author | Unknwon <u@gogs.io> | 2016-02-04 12:51:00 -0500 |
---|---|---|
committer | Unknwon <u@gogs.io> | 2016-02-04 12:51:00 -0500 |
commit | 04be8c0de5295f57e06e152e56c481b29b1076e5 (patch) | |
tree | b4b960ce14c151ae199d4c7f99d9718f10e8503b /templates | |
parent | a47baa1b7ae08fbcc6946b6c168e69cd4c9894b4 (diff) |
#2554 reinitialize all repos from the db
- Update locales
Diffstat (limited to 'templates')
-rw-r--r-- | templates/.VERSION | 2 | ||||
-rw-r--r-- | templates/admin/dashboard.tmpl | 4 |
2 files changed, 5 insertions, 1 deletions
diff --git a/templates/.VERSION b/templates/.VERSION index 9c1b3c01..17e89bcd 100644 --- a/templates/.VERSION +++ b/templates/.VERSION @@ -1 +1 @@ -0.8.28.0203
\ No newline at end of file +0.8.29.0204
\ No newline at end of file diff --git a/templates/admin/dashboard.tmpl b/templates/admin/dashboard.tmpl index 8a0eedc2..af4563a0 100644 --- a/templates/admin/dashboard.tmpl +++ b/templates/admin/dashboard.tmpl @@ -43,6 +43,10 @@ <td>{{.i18n.Tr "admin.dashboard.resync_all_update_hooks"}}</td> <td><i class="fa fa-caret-square-o-right"></i> <a href="{{AppSubUrl}}/admin?op=6">{{.i18n.Tr "admin.dashboard.operation_run"}}</a></td> </tr> + <tr> + <td>{{.i18n.Tr "admin.dashboard.reinit_missing_repos"}}</td> + <td><i class="fa fa-caret-square-o-right"></i> <a href="{{AppSubUrl}}/admin?op=7">{{.i18n.Tr "admin.dashboard.operation_run"}}</a></td> + </tr> </tbody> </table> </div> |