Sam's Simple Theme

He is out on vacation for 2 weeks I believe, so he may not show up here any time soon.

Quickly searched and found this:

https://github.com/discourse/discourse/blob/0947191060757efee411d05afcc267c968af316e/app/assets/javascripts/discourse/controllers/topic-list-item.js.es6#L25-L33

From the looks of it, this is the logic that you were seeing: this.get('model.isPinnedUncategorized')

So it’s a combination of a pinned topic that is uncategorized. So he colspan attribute is unnecessary for the simplified design.

4 Likes