forked from blisstown/campfire
polished UI form and function
This commit is contained in:
parent
0f2a021622
commit
e9c6510286
9 changed files with 56 additions and 20 deletions
|
@ -10,7 +10,7 @@
|
|||
<div class="post-context">
|
||||
<span class="post-context-icon">🔁</span>
|
||||
<span class="post-context-action">
|
||||
<a href="/{post.user.mention}">{@html parseEmojis(post.user.rich_name)}</a> boosted this post.
|
||||
<a href={post.user.url} target="_blank">{@html parseEmojis(post.user.rich_name)}</a> boosted this post.
|
||||
</span>
|
||||
<span class="post-context-time">
|
||||
<time title="{time_string}">{short_time(post.created_at)}</time>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue