mirror of
https://github.com/friendica/friendica
synced 2024-11-10 06:22:53 +00:00
Apply suggestions from code review
Co-authored-by: Hypolite Petovan <hypolite@mrpetovan.com>
This commit is contained in:
parent
88e276843e
commit
5a2fa2f81a
2 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
<div class="generic-page-wrapper">
|
||||
<h1>{{$title}}</h1>
|
||||
<table id='application-block' class='table table-condensed table-striped'>
|
||||
<table id="application-block" class="table table-condensed table-striped">
|
||||
<thead>
|
||||
<tr>
|
||||
<th>{{$scheduled_at}}</th>
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
<div class="generic-page-wrapper">
|
||||
{{* include the title template for the settings title *}}
|
||||
{{include file="section_title.tpl" title=$title}}
|
||||
<table id='application-block' class='table table-condensed table-striped'>
|
||||
<table id="application-block" class="table table-condensed table-striped">
|
||||
<thead>
|
||||
<tr>
|
||||
<th>{{$scheduled_at}}</th>
|
||||
|
|
Loading…
Reference in a new issue