[Station logbooks] Fixed card header and misc layout
这个提交包含在:
父节点
457206f31a
当前提交
dd5df25a22
共有 1 个文件被更改,包括 3 次插入 和 1 次删除
|
|
@ -21,8 +21,9 @@
|
|||
|
||||
<div class="card" style="margin-top: 20px;">
|
||||
<div class="card-header">
|
||||
Station Locations <a class="btn btn-primary float-right" href="<?php echo site_url('logbooks/create'); ?>"><i class="fas fa-plus"></i> Create a Station Logbook</a>
|
||||
Station Logbooks <a class="btn btn-primary float-right" href="<?php echo site_url('logbooks/create'); ?>"><i class="fas fa-plus"></i> Create a Station Logbook</a>
|
||||
</div>
|
||||
<div class="card-body">
|
||||
<div id="station_logbooks">
|
||||
<?php if ($my_logbooks->num_rows() > 0) { ?>
|
||||
|
||||
|
|
@ -65,6 +66,7 @@
|
|||
<?php } ?>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
</div>
|
||||
|
|
|
|||
正在加载…
在新工单中引用