aboutsummaryrefslogblamecommitdiffstats
path: root/view/tpl/failed_updates.tpl
blob: f53f1f478d4e20ae0ac22de12c5c516016535aa6 (plain) (tree)
1
2
3
4
5
6
7
8
9
                                            
                    
 
                                             
 

                         
 
               
    

                                                                   


      

            
      
<div class="generic-content-wrapper-styled">
<h2>{{$banner}}</h2>

<div id="failed_updates_desc">{{$desc}}</div>

{{if $failed}}
{{foreach $failed as $f}}

<h4>{{$f}}</h4>
<ul>
<li><a href="{{$base}}/admin/dbsync/mark/{{$f}}">{{$mark}}</a></li>
<li><a href="{{$base}}/admin/dbsync/{{$f}}">{{$apply}}</a></li>
</ul>

<hr />
{{/foreach}}
{{/if}}
</div>