diff options
author | Mario Vavti <mario@mariovavti.com> | 2019-05-03 15:13:13 +0200 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2019-05-03 15:13:13 +0200 |
commit | 1da46025676d2aae84e4f90e8f6fef733ff156eb (patch) | |
tree | bc114b2a58f10ebf3422bfa297bfe135bbc9a896 /view/tpl/failed_updates.tpl | |
parent | 98b6362c075167eb2260b8b07d7f5e5a56ab8601 (diff) | |
download | volse-hubzilla-1da46025676d2aae84e4f90e8f6fef733ff156eb.tar.gz volse-hubzilla-1da46025676d2aae84e4f90e8f6fef733ff156eb.tar.bz2 volse-hubzilla-1da46025676d2aae84e4f90e8f6fef733ff156eb.zip |
port db update improvements from zap
Diffstat (limited to 'view/tpl/failed_updates.tpl')
-rwxr-xr-x | view/tpl/failed_updates.tpl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/view/tpl/failed_updates.tpl b/view/tpl/failed_updates.tpl index f53f1f478..598171b87 100755 --- a/view/tpl/failed_updates.tpl +++ b/view/tpl/failed_updates.tpl @@ -9,6 +9,7 @@ <h4>{{$f}}</h4> <ul> <li><a href="{{$base}}/admin/dbsync/mark/{{$f}}">{{$mark}}</a></li> +<li><a href="{{$base}}/admin/dbsync/verify/{{$f}}">{{$verify}}</a></li> <li><a href="{{$base}}/admin/dbsync/{{$f}}">{{$apply}}</a></li> </ul> |