mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
remove link for created on topic map
This commit is contained in:
parent
a3cd0ae8ae
commit
133fcef72c
@ -5,11 +5,9 @@
|
|||||||
<section class="map {{if mapCollapsed 'map-collapsed'}}">
|
<section class="map {{if mapCollapsed 'map-collapsed'}}">
|
||||||
<ul class="clearfix">
|
<ul class="clearfix">
|
||||||
<li>
|
<li>
|
||||||
<a href='{{unbound topic.url}}'>
|
|
||||||
<h4>{{i18n 'created_lowercase'}}</h4>
|
<h4>{{i18n 'created_lowercase'}}</h4>
|
||||||
{{avatar details.created_by imageSize="tiny"}}
|
{{avatar details.created_by imageSize="tiny"}}
|
||||||
{{format-date topic.created_at}}
|
{{format-date topic.created_at}}
|
||||||
</a>
|
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<a href={{topic.lastPostUrl}}>
|
<a href={{topic.lastPostUrl}}>
|
||||||
|
Loading…
Reference in New Issue
Block a user