diff options
Diffstat (limited to 'app')
| -rw-r--r-- | app/views/helpers/index/normal/entry_bottom.phtml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app/views/helpers/index/normal/entry_bottom.phtml b/app/views/helpers/index/normal/entry_bottom.phtml index 05e62a41c..e58c37540 100644 --- a/app/views/helpers/index/normal/entry_bottom.phtml +++ b/app/views/helpers/index/normal/entry_bottom.phtml @@ -37,7 +37,7 @@ } // @phpstan-ignore-next-line if ($bottomline_labels) { - ?><li class="item"> + ?><li class="item labels"> <div class="dropdown dynamictags"> <div id="dropdown-labels-<?= $this->entry->id() ?>" class="dropdown-target"></div> <a class="dropdown-toggle" href="#dropdown-labels-<?= $this->entry->id() ?>"> @@ -58,7 +58,7 @@ } $tags = $bottomline_tags ? $this->entry->tags() : null; if (!empty($tags)) { - ?><li class="item"> + ?><li class="item tags"> <div class="dropdown"> <div id="dropdown-tags-<?= $this->entry->id() ?>" class="dropdown-target"></div> <a class="dropdown-toggle" href="#dropdown-tags-<?= $this->entry->id() ?>"> @@ -74,7 +74,7 @@ </div> </li><?php } - ?><li class="item"><?php + ?><li class="item share"><?php if ($bottomline_sharing) { ?><div class="dropdown"> <div id="dropdown-share-<?= $this->entry->id() ?>" class="dropdown-target"></div> |
