Skip to content

Commit 2ad37e1

Browse files
committed
add a container to show links in post queue
1 parent 67e592d commit 2ad37e1

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

scss/common.scss

+2-1
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,7 @@ body:not(.page-user) {
124124
[component="chat/message/body"],
125125
[component="post/content"],
126126
[component="topic/teaser"] .post-content,
127-
[component="category/posts"] .post-content {
127+
[component="category/posts"] .post-content,
128+
.post-queue.posts-list .post-content {
128129
a { text-decoration: underline;}
129130
}

templates/post-queue.tpl

+4
Original file line numberDiff line numberDiff line change
@@ -198,6 +198,10 @@
198198
<div class="post-content-editable flex-grow-1 hidden">
199199
<textarea class="form-control w-100 h-100 p-3">{posts.data.rawContent}</textarea>
200200
</div>
201+
<div component="post-queue/link-container" class="hidden border-top mx-3 py-3">
202+
<label class="text-secondary form-text mb-2">[[post-queue:links-in-this-post]]</label>
203+
<ul component="post-queue/link-container/list" class="text-sm"></ul>
204+
</div>
201205
</div>
202206
</div>
203207
</div>

0 commit comments

Comments
 (0)