mirror of
https://github.com/philomena-dev/philomena.git
synced 2025-01-31 19:36:44 +01:00
misc fixes
This commit is contained in:
parent
70bbe6df81
commit
9a6f0e01a7
2 changed files with 2 additions and 2 deletions
|
@ -9,7 +9,6 @@ defmodule Philomena.Tags.Tag do
|
|||
|
||||
alias Philomena.DnpEntries.DnpEntry
|
||||
alias Philomena.UserLinks.UserLink
|
||||
alias Philomena.Users.User
|
||||
alias Philomena.Tags.Tag
|
||||
alias Philomena.Slug
|
||||
|
||||
|
|
|
@ -7,6 +7,7 @@
|
|||
|
||||
.flex__grow
|
||||
= render PhilomenaWeb.TagView, "_tag.html", tag: @tag
|
||||
br
|
||||
|
||||
= if @tag.short_description not in [nil, ""] do
|
||||
strong> Short description:
|
||||
|
@ -24,7 +25,7 @@
|
|||
br
|
||||
|
||||
br
|
||||
= link "Toggle details", to: "#", data: [click_toggle: ".tag-info__more"]
|
||||
= link "Toggle detailed information", to: "#", data: [click_toggle: ".tag-info__more"]
|
||||
|
||||
.tag-info__more
|
||||
hr
|
||||
|
|
Loading…
Reference in a new issue