# 非 JS 视图不显示帖子操作内容

**URL:** https://meta.discourse.org/t/non-js-view-doesnt-show-post-action-content/107465
**Category:** UX
**Created:** [2019年一月24日 21:18 UTC](https://meta.discourse.org/t/non-js-view-doesnt-show-post-action-content/107465 "2019-01-24T21:18:39Z")
**Posts on this page:** 5
**Page:** 1

<div class="post-metadata">

### Author: ![supermathie](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/supermathie/32/507518_2.png) [@supermathie](https://meta.discourse.org/u/supermathie)
#### Post date: [2019年一月24日 21:18 UTC](https://meta.discourse.org/t/non-js-view-doesnt-show-post-action-content/107465/1 "2019-01-24T21:18:39Z")

</div>

While using a non-JS browser for unrelated reasons, I noticed that the view includes post actions but doesn’t say what they are (post #3 in the below screenshots):

> [@Updating tags (as a moderator) shouldn't push a topic back to the top of the feed](https://meta.discourse.org/t/updating-tags-as-a-moderator-shouldnt-push-a-topic-back-to-the-top-of-the-feed/66479):
>
> As discussed in other [topics](https://meta.discourse.org/t/restrict-tags-to-specific-categories/44026) here, adding tags is something that often needs to be done by experienced users rather than the people posting questions. Which is fine - however this tends to get done in batches, every few days - expecting mods to do it continuously is not really an option. Then the issue is that all the updated topics get pushed back up to the top of the feed, pushing newer topics down where they will not get the attention they deserve.

> ![image](https://global.discourse-cdn.com/meta/original/3X/a/9/a9399c55d531ba651d752168ed2d5be192a7fdb5.png)

> ![image](https://global.discourse-cdn.com/meta/original/3X/3/d/3dfe66b6a0e13d5374f602e52fdb0072c6d339fa.png)

(it also doesn’t show that the topic is closed, etc.)

`🔒 Updating tags (as a moderator) shouldn't push a topic back to the top of the feed` would look good 🙂

---

<div class="post-metadata">

### Author: ![codinghorror](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/codinghorror/32/110067_2.png) [@codinghorror](https://meta.discourse.org/u/codinghorror)
#### Post date: [2019年一月25日 06:21 UTC](https://meta.discourse.org/t/non-js-view-doesnt-show-post-action-content/107465/2 "2019-01-25T06:21:03Z")

</div>

Ah yes we should improve this for release @vinothkannans

---

<div class="post-metadata">

### Author: ![vinothkannans](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/vinothkannans/32/86465_2.png) [@vinothkannans](https://meta.discourse.org/u/vinothkannans)
#### Post date: [2019年一月28日 17:48 UTC](https://meta.discourse.org/t/non-js-view-doesnt-show-post-action-content/107465/4 "2019-01-28T17:48:35Z")

</div>

It’s done. I just added the post action text without relative time. If I include it like “closed 9 hours ago” then the post content will change every hour/day. It’s not good for SEO I think.

![post-action](https://global.discourse-cdn.com/meta/original/3X/2/8/28dc95f070ecf39a8e06654dd28f895f0f60632f.png)

Intead we can use the text “closed this topic at”, “opened this topic at”, etc., In this case it will require a new set of translation keys.

[https://github.com/discourse/discourse/commit/3d52f690b3e4241d0a46f1fb1941c5da3ca27c8d](https://github.com/discourse/discourse/commit/3d52f690b3e4241d0a46f1fb1941c5da3ca27c8d)

> [@supermathie](#):
>
> `🔒 Updating tags (as a moderator) shouldn't push a topic back to the top of the feed` would look good

I’m not sure why we need this. We’re not going to display it in search engine result titles, right?

---

<div class="post-metadata">

### Author: ![codinghorror](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/codinghorror/32/110067_2.png) [@codinghorror](https://meta.discourse.org/u/codinghorror)
#### Post date: [2019年一月29日 04:03 UTC](https://meta.discourse.org/t/non-js-view-doesnt-show-post-action-content/107465/5 "2019-01-29T04:03:26Z")

</div>

Great! Simplest solution that doesn’t require any extra translations is fine.

---

<div class="post-metadata">

### Author: ![codinghorror](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/codinghorror/32/110067_2.png) [@codinghorror](https://meta.discourse.org/u/codinghorror)
#### Post date: [2019年一月31日 03:14 UTC](https://meta.discourse.org/t/non-js-view-doesnt-show-post-action-content/107465/6 "2019-01-31T03:14:45Z")

</div>


