Add publisher to the book detail. re #123
这个提交存在于:
父节点
efdbb09357
当前提交
19758d733e
共有 1 个文件被更改,包括 5 次插入 和 0 次删除
|
|
@ -35,6 +35,11 @@
|
|||
<h3><a href="{{=it.book.seriesurl}}">{{=it.c.i18n.seriesTitle}}</a> : </h3>{{=htmlspecialchars (it.book.seriesCompleteName)}}
|
||||
</p>
|
||||
{{?}}
|
||||
{{? it.book.publisherName != ""}}
|
||||
<p class="popupless">
|
||||
<h3>{{=it.c.i18n.publisherName}}: </h3><a href="{{=it.book.publisherurl}}">{{=htmlspecialchars (it.book.publisherName)}}</a>
|
||||
</p>
|
||||
{{?}}
|
||||
{{? it.book.pubDate != ""}}
|
||||
<p class="popupless">
|
||||
<h3>{{=it.c.i18n.pubdateTitle}}: </h3>{{=it.book.pubDate}}
|
||||
|
|
|
|||
正在加载…
添加表格
添加链接
在新工单中引用