Skip to content

Commit 866c1b9

Browse files
committed
Fixing search result table columns
This was forgotten during the column reordering and nobody noticed so far
1 parent bdb9520 commit 866c1b9

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

app/views/topics/search.html.slim

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,9 @@
3535
table
3636
thead
3737
tr
38-
th Topic
39-
th Participants
40-
th Replies
41-
th Activity
38+
th.topic-title Topic
39+
th.activity-header Activity
40+
th.participants-header Participants
4241
tbody#topics
4342
= render partial: "topics", locals: { topics: @topics }
4443

0 commit comments

Comments
 (0)