mirror of
https://github.com/philomena-dev/philomena.git
synced 2025-01-20 06:37:59 +01:00
not logging views anymore
This commit is contained in:
parent
3874d569b4
commit
905203ea7e
1 changed files with 0 additions and 2 deletions
|
@ -23,7 +23,6 @@ h1 = @forum.name
|
||||||
thead
|
thead
|
||||||
tr
|
tr
|
||||||
th.table--communication-list__name Topic
|
th.table--communication-list__name Topic
|
||||||
th.table--communication-list__stats.hide-mobile Views
|
|
||||||
th.table--communication-list__stats.hide-mobile Posts
|
th.table--communication-list__stats.hide-mobile Posts
|
||||||
th.table--communication-list__last-post Last Post
|
th.table--communication-list__last-post Last Post
|
||||||
tbody
|
tbody
|
||||||
|
@ -42,7 +41,6 @@ h1 = @forum.name
|
||||||
=> pretty_time(topic.created_at)
|
=> pretty_time(topic.created_at)
|
||||||
' by
|
' by
|
||||||
= render PhilomenaWeb.UserAttributionView, "_anon_user.html", object: topic, conn: @conn
|
= render PhilomenaWeb.UserAttributionView, "_anon_user.html", object: topic, conn: @conn
|
||||||
td.table--communication-list__stats.hide-mobile = topic.view_count
|
|
||||||
td.table--communication-list__stats.hide-mobile = topic.post_count
|
td.table--communication-list__stats.hide-mobile = topic.post_count
|
||||||
td.table--communication-list__last-post
|
td.table--communication-list__last-post
|
||||||
= if topic.last_post do
|
= if topic.last_post do
|
||||||
|
|
Loading…
Reference in a new issue