Editors can now refresh audio downloads

This commit is contained in:
2018-10-31 05:24:12 +09:00
parent 3a6cd6b3bc
commit 000f04025b
11 changed files with 107 additions and 2 deletions

View File

@ -78,6 +78,13 @@ component CharacterSidebar(character *arn.Character, friends []*arn.User, releva
td.character-attributes-value!= markdown.Render(attribute.Value)
else
td.character-attributes-value= attribute.Value
//- td.character-attributes-value
//- if strings.Contains(attribute.Value, ",")
//- ul
//- each part in strings.Split(attribute.Value, ",")
//- li= strings.TrimSpace(part)
//- else
//- span= attribute.Value
if len(relevantCharacters) > 0
h3.mountable(data-mountable-type="sidebar") Relevant

View File

@ -39,6 +39,10 @@
.character-attributes-value
text-align right
li
list-style-type none
margin 0
.character-anime
horizontal-wrap