diff options
Diffstat (limited to 'app/Template/project_view/share.php')
-rw-r--r-- | app/Template/project_view/share.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Template/project_view/share.php b/app/Template/project_view/share.php index 29598c6e..87c63916 100644 --- a/app/Template/project_view/share.php +++ b/app/Template/project_view/share.php @@ -4,7 +4,7 @@ <?php if ($project['is_public']): ?> - <div class="listing"> + <div class="panel"> <ul class="no-bullet"> <li><strong><?= $this->url->icon('share-alt', t('Public link'), 'BoardViewController', 'readonly', array('token' => $project['token']), false, '', '', true) ?></strong></li> <li><strong><?= $this->url->icon('rss-square', t('RSS feed'), 'FeedController', 'project', array('token' => $project['token']), false, '', '', true) ?></strong></li> |