]> git.mxchange.org Git - friendica.git/blob - view/templates/failed_updates.tpl
removed old comment that is no longer true
[friendica.git] / view / templates / failed_updates.tpl
1
2 <h2>{{$banner}}</h2>
3
4 <div id="failed_updates_desc">{{$desc}}</div>
5
6 {{if $failed}}
7 {{foreach $failed as $f}}
8
9 <h4>{{$f}}</h4>
10 <ul>
11 <li><a href="{{$base}}/admin/dbsync/mark/{{$f}}">{{$mark}}</a></li>
12 <li><a href="{{$base}}/admin/dbsync/{{$f}}">{{$apply}}</a></li>
13 </ul>
14
15 <hr />
16 {{/foreach}}
17 {{/if}}
18