mirror of
https://github.com/philomena-dev/philomena.git
synced 2024-11-24 04:27:59 +01:00
10 lines
524 B
Text
10 lines
524 B
Text
.block__content.alternating-color
|
|
= if @topic.sticky do
|
|
i.fa.fa-thumbtack>
|
|
= if @topic.last_post do
|
|
span.hyphenate-breaks
|
|
= render PhilomenaWeb.UserAttributionView, "_anon_user.html", object: @topic.last_post, conn: @conn
|
|
= link("replied to", to: ~p"/forums/#{@topic.forum}/topics/#{@topic}?#{[post_id: @topic.last_post]}" <> "#post_#{@topic.last_post.id}")
|
|
=<> link(@topic.title, to: ~p"/forums/#{@topic.forum}/topics/#{@topic}")
|
|
' in
|
|
=> link(@topic.forum.name, to: ~p"/forums/#{@topic.forum}")
|