This website works better with JavaScript.
首頁
探索
說明
登入
WP6
/
expub_compendium
關註
1
收藏
0
複製
0
程式碼
問題管理
0
合併請求
0
版本發佈
0
Wiki
Activity
瀏覽代碼
fix to book summary display
joel
Simon Bowie
2 年之前
父節點
376b6c1ef9
當前提交
ef0e6156c1
共有
1 個文件被更改
,包括
11 次插入
和
0 次删除
分割檢視
顯示文件統計
+11
-0
web/app/templates/book.html
+ 11
- 0
web/app/templates/book.html
查看文件
@@ -106,6 +106,17 @@
{{ book['desc'] }}
</td>
</tr>
{% else %}
{% if resource['description'] %}
<tr>
<th>
Summary:
</th>
<td>
{{ resource['description'] }}
</td>
</tr>
{% endif %}
{% endif %}
{% else %}
<!-- fields for books from database -->
Write
Preview
Loading…
取消
儲存