Skip to content
Snippets Groups Projects
Verified Commit 3a2e8111 authored by Andrej Ramašeuski's avatar Andrej Ramašeuski
Browse files

Optimalizace templatu

parent e7d6d671
No related branches found
No related tags found
No related merge requests found
% layout 'default'; % layout 'default';
% title 'Kalendar vysílání'; % title 'Kalendar vysílání';
<div class="container pt-2 lg:pb-2 ">
<table id="Calendar" <table id="Calendar"
class="table table--bordered" class="table table--bordered"
data-url="/api/calendar"> data-url="/api/calendar">
...@@ -14,7 +13,6 @@ ...@@ -14,7 +13,6 @@
</tr> </tr>
</thead> </thead>
</table> </table>
</div>
<script> <script>
$('#Calendar').bootstrapTable({}); $('#Calendar').bootstrapTable({});
......
...@@ -74,7 +74,9 @@ ...@@ -74,7 +74,9 @@
<section class="content"> <section class="content">
<h1 class="container container--default pt-4 lg:pb-4 text-grey-r500 head-alt-base"><%= title %></h1> <h1 class="container container--default pt-4 lg:pb-4 text-grey-r500 head-alt-base"><%= title %></h1>
<div class="container pt-2 lg:pb-2 ">
<%= content %> <%= content %>
</div>
</section> </section>
<footer class="footer bg-grey-700 text-white __js-root"> <footer class="footer bg-grey-700 text-white __js-root">
......
% layout 'default'; % layout 'default';
% title 'Seznam streamů'; % title 'Seznam streamů';
<div class="container pt-2 lg:pb-2 ">
<table id="Streams" <table id="Streams"
class="table table--bordered" class="table table--bordered"
data-detail-view="true" data-detail-view="true"
...@@ -17,7 +16,6 @@ ...@@ -17,7 +16,6 @@
</tr> </tr>
</thead> </thead>
</table> </table>
</div>
<script> <script>
$('#Streams').bootstrapTable({}); $('#Streams').bootstrapTable({});
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment