diff --git a/Web/Presenters/templates/Topics/Topic.xml b/Web/Presenters/templates/Topics/Topic.xml index bd4a71bb..42912659 100644 --- a/Web/Presenters/templates/Topics/Topic.xml +++ b/Web/Presenters/templates/Topics/Topic.xml @@ -18,6 +18,9 @@ {$topic->getTitle()}
{$topic->getOwner()->getCanonicalName()} +
+ {_created} {$topic->getPublicationTime()} +
{include "../components/comments.xml", comments => $comments, count => $count, page => $page, model => "topics", club => $club, readOnly => $topic->isClosed(), parent => $topic} diff --git a/locales/en.strings b/locales/en.strings index 7d38461c..a21b929d 100644 --- a/locales/en.strings +++ b/locales/en.strings @@ -626,6 +626,8 @@ "topics_one" = "One topic"; "topics_other" = "$1 topics"; +"created" = "Created"; + "everyone_can_create_topics" = "Everyone can create topics"; "topic_changes_saved_comment" = "The updated title and settings will appear on the topic page."; diff --git a/locales/ru.strings b/locales/ru.strings index 57315548..0385fc86 100644 --- a/locales/ru.strings +++ b/locales/ru.strings @@ -655,6 +655,8 @@ "topics_many" = "$1 тема"; "topics_other" = "$1 тем"; +"created" = "Создано"; + "everyone_can_create_topics" = "Все могут создавать темы"; "topic_changes_saved_comment" = "Обновлённый заголовок и настройки появятся на странице с темой.";