Fixed archive public page
This commit is contained in:
parent
18ac9fadaf
commit
9968983172
3 changed files with 13 additions and 13 deletions
|
|
@ -70,7 +70,7 @@
|
|||
|
||||
<div class="col-lg-3 col-md-4 col-sm-4">
|
||||
|
||||
<?php if ($project->getAllowPublicStatus()): ?>
|
||||
<?php if ($project->getAllowPublicStatus() && !$project->getArchived()): ?>
|
||||
<div class="box">
|
||||
<div class="box-header">
|
||||
<h4 class="box-title"><?= Lang::get('public_status_title'); ?></h4>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue