Fixed type on the gridsquare index page.. should have been satellites in the url
这个提交包含在:
父节点
ba412ab07e
当前提交
f6a636eb15
共有 1 个文件被更改,包括 1 次插入 和 1 次删除
|
|
@ -12,7 +12,7 @@
|
|||
<h2><?php echo $page_title; ?></h2>
|
||||
|
||||
<nav class="nav">
|
||||
<a class="nav-link" href="<?php echo site_url('gridsquares/satellite'); ?>">Satellites</a>
|
||||
<a class="nav-link" href="<?php echo site_url('gridsquares/satellites'); ?>">Satellites</a>
|
||||
<a class="nav-link" href="<?php echo site_url('gridsquares/band/2m'); ?>">Band</a>
|
||||
</nav>
|
||||
</div>
|
||||
正在加载…
在新工单中引用