UNPKG

candy

Version:

a micro bbs system based on duoshuo.com apis

37 lines (34 loc) 1.76 kB
extends layout block css link(rel='stylesheet', href='/stylesheets/thread.css') block content .board.clearfix - if (threads.length > 0) - each thread in threads .threads .thread.clearfix .row .col-lg-10 .avatar a(href="/member/#{thread.lz.id}") img(src="#{thread.lz.avatar}") h4.title a(href="/thread/#{thread.id}") #{thread.name} .meta.clearfix span.name a(href="/member/#{thread.lz.id}") #{thread.lz.nickname ? thread.lz.nickname : thread.lz.duoshuo.user_id} span.cat i.icon-chevron-right a(href="/board/#{thread.board.url}") #{thread.board.name} i.icon-time != moment(thread.pubdate).fromNow() .col-lg-2.pull-right .comments-count.clearfix i.icon-comment a.ds-thread-count(href="/thread/#{thread.id}#comments",data-thread-key="#{thread.id}",data-count-type="comments") 加载中... - else h4.no i.icon-star | #{site.name} 好像是个刚创建的论坛, 想成为 a(href="/thread/new") 第一个发言 | 的人吗?