1
1
mirror of https://github.com/go-gitea/gitea synced 2025-07-22 18:28:37 +00:00

#2554 reinitialize all repos from the db

- Update locales
This commit is contained in:
Unknwon
2016-02-04 12:51:00 -05:00
parent a47baa1b7a
commit 04be8c0de5
22 changed files with 100 additions and 60 deletions

View File

@@ -1 +1 @@
0.8.28.0203
0.8.29.0204

View File

@@ -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>