forked from cadence/breezewiki
H
This commit is contained in:
parent
f6e011e687
commit
80459eccad
1 changed files with 2 additions and 2 deletions
|
@ -51,10 +51,10 @@
|
|||
`(div
|
||||
(p
|
||||
,(if (non-empty-string? video-embed-code)
|
||||
`(span (a (@ (href (u-proxy-url raw-image-url))) "View original file") ". ")
|
||||
`(span (a (@ (href ,(u-proxy-url raw-image-url))) "View original file") ". ")
|
||||
`(return-no-element))
|
||||
"Added by "
|
||||
(a (@ (href (u-proxy-url user-page-url))) username)
|
||||
(a (@ (href ,(u-proxy-url user-page-url))) ,username)
|
||||
"."
|
||||
,(if is-posted-in
|
||||
`(span " Posted in "
|
||||
|
|
Loading…
Reference in a new issue