kopia lustrzana https://github.com/magicbug/Cloudlog
[Station logbooks] Fixed card header and misc layout
rodzic
457206f31a
commit
dd5df25a22
|
@ -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>
|
||||
|
|
Ładowanie…
Reference in New Issue