[Station Logbooks][Edit] Link to public dashboard shown if slugs set
这个提交包含在:
父节点
85528104cd
当前提交
d3f5f8f1ec
共有 1 个文件被更改,包括 6 次插入 和 0 次删除
|
|
@ -58,6 +58,12 @@
|
|||
</div>
|
||||
<button type="submit" class="btn btn-primary"><i class="fas fa-plus-square"></i> Save</button>
|
||||
</form>
|
||||
|
||||
<?php if($station_logbook_details->public_slug != "") { ?>
|
||||
<div class="alert alert-info" role="alert" style="margin-top: 20px;">
|
||||
Visit Public Page <a href="<?php echo site_url(); ?>/<?php echo $station_logbook_details->public_slug; ?>" target="_blank"><?php echo site_url(); ?>/<?php echo $station_logbook_details->public_slug; ?></a>
|
||||
</div>
|
||||
<?php } ?>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
正在加载…
在新工单中引用