mirror of
https://github.com/discourse/discourse.git
synced 2024-11-24 05:07:53 +08:00
FIX: Whitespace breaks activity column in Firefox
This commit is contained in:
parent
a123aafdad
commit
4ddc28f194
|
@ -1,6 +1,6 @@
|
|||
<{{tagName}} class="{{class}} {{cold-age-class topic.createdAt startDate=topic.bumpedAt class=""}} activity" title="{{{topic.bumpedAtTitle}}}">
|
||||
<a class="post-activity" href="{{topic.lastPostUrl}}">
|
||||
{{raw-plugin-outlet name="topic-list-before-relative-date"}}
|
||||
{{format-date topic.bumpedAt format="tiny" noTitle="true"}}
|
||||
{{~raw-plugin-outlet name="topic-list-before-relative-date"~}}
|
||||
{{~format-date topic.bumpedAt format="tiny" noTitle="true"~}}
|
||||
</a>
|
||||
</{{tagName}}>
|
||||
|
|
Loading…
Reference in New Issue
Block a user