Fixed archive public page

This commit is contained in:
Dmitry Khomutov 2017-01-19 21:58:45 +07:00
commit 9968983172
No known key found for this signature in database
GPG key ID: 7EB36C9576F9ECB9
3 changed files with 13 additions and 13 deletions

View file

@ -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>