]> git.mxchange.org Git - friendica.git/blob - view/templates/ostatus/repair.tpl
The appearanxe of the link preview is now configurable
[friendica.git] / view / templates / ostatus / repair.tpl
1 <div class="generic-page-wrapper">
2         <h2>{{$l10n.title}}</h2>
3 {{if $total}}
4         {{if $contact}}
5                 <div class="alert alert-info">
6             {{$counter}} / {{$total}} : {{$contact.url}}
7                 </div>
8         {{else}}
9                 <div class="alert alert-success">
10                         {{$l10n.done}}
11                 </div>
12         {{/if}}
13 {{else}}
14         <div class="alert alert-warning">
15                 {{$l10n.nocontacts}}
16         </div>
17 {{/if}}
18 </div>