mirror of
https://github.com/janeczku/calibre-web
synced 2024-11-01 07:36:20 +00:00
4 lines
227 B
HTML
4 lines
227 B
HTML
<a href="{{ url_for('web.show_book', book_id=entry.id) }}" {% if simple==false %}data-toggle="modal" data-target="#bookDetailsModal" data-remote="false"{% endif %}>
|
|
<span class="title">{{entry.title|shortentitle}}</span>
|
|
</a>
|