Browse Source

add author in field

master
wes 9 years ago
parent
commit
e130ef661a
  1. 2
      src/scripts/book.tag

2
src/scripts/book.tag

@ -2,7 +2,7 @@
<div class="text-clip toast">
<p>
<button onclick={getresources} class="btn btn-link">
{ booktitle }
{ booktitle } {bookauthor !== "Ccw" ? "by " + bookauthor : ""}
</button>
<dd>
<div if={ loading } class="loading">

Loading…
Cancel
Save