Rename CSS class "listing" to "panel"
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user