UNPKG
converse
Version:
latest (0.0.1)
0.0.1
converse ========
converse
/
app
/
views
/
partials
/
topic-row.jade
3 lines
(2 loc)
•
135 B
text/jade
View Raw
1
2
3
li(data-topic-id=
"
#{topic._id}
"
, data-topic-slug=
"
#{topic.slug}
"
) a(href=
"/forums/
#{forum.slug}
/topics/
#{topic.slug}
"
)
#{topic.name}