still rushing bugs
这个提交包含在:
父节点
fa979a426a
当前提交
1ff1e541f6
共有 2 个文件被更改,包括 2 次插入 和 2 次删除
|
|
@ -32,7 +32,7 @@ class Welcome extends CI_Controller {
|
|||
$data['NumberOfNotes'] = $this->note->CountAllNotes();
|
||||
|
||||
|
||||
if($data['CountAllStationLocations'] == 0 || $data['NumberOfStationLogbooks'] == 0 || $data['NumberOfAPIKeys'] == 0 || $data['NumberOfNotes'] > 0) {
|
||||
if($data['CountAllStationLocations'] == 0 || $data['NumberOfStationLogbooks'] == 0 || $data['NumberOfAPIKeys'] > 0 || $data['NumberOfNotes'] > 0) {
|
||||
// load views
|
||||
$this->load->view('interface_assets/mini_header', $data);
|
||||
$this->load->view('welcome/index');
|
||||
|
|
|
|||
|
|
@ -128,7 +128,7 @@
|
|||
<br>
|
||||
<?php } ?>
|
||||
|
||||
<?php if(!$NumberOfAPIKeys) { ?>
|
||||
<?php if($NumberOfNotes > 0) { ?>
|
||||
<div class="card">
|
||||
<div class="card-header">Claim API Keys</div>
|
||||
<div class="card-body">
|
||||
|
|
|
|||
正在加载…
在新工单中引用