* fix program/all not work.

This commit is contained in:
Catouse
2020-05-11 10:29:18 +08:00
parent 80c1978afa
commit e1a22df6c4
+1 -1
View File
@@ -51,7 +51,7 @@ foreach($projects as $project)
<div class="col-footer">
<?php echo html::a(helper::createLink('program', 'createguide'), '<i class="icon icon-plus"></i>' . $lang->project->create, '', 'class="not-list-item text-primary" data-toggle="modal" data-type="ajax"'); ?>
<div class='pull-right'>
<?php echo html::a(helper::createLink('program', 'all'), '<i class="icon icon-cards-view muted"></i> ' . $lang->project->all, '', 'class="not-list-item"'); ?>
<?php echo html::a(helper::createLink('program', 'index', 'status=all'), '<i class="icon icon-cards-view muted"></i> ' . $lang->project->all, '', 'class="not-list-item"'); ?>
<span class='text-muted muted'> &nbsp; | &nbsp; </span>
<a class='toggle-right-col not-list-item'><?php echo $lang->project->doneProjects?><i class='icon icon-angle-right'></i></a>
</div>