Skip to content

Commit

Permalink
Issue 530: sentence links use new 'peek' route.
Browse files Browse the repository at this point in the history
  • Loading branch information
jzohrab committed Jan 3, 2025
1 parent 5f8c039 commit fd8c3b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lute/templates/term/sentences.html
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
<li style="margin-top: 4px;">
{{ dto.sentence | safe }}
<br/>
<a href="/read/{{ dto.book_id }}/page/{{ dto.page_number }}"
<a href="/read/{{ dto.book_id }}/peek/{{ dto.page_number }}"
target="_blank"
style="cursor: pointer; font-size: 0.9em; font-style: italic;">
{{ dto.title }}
Expand Down

0 comments on commit fd8c3b0

Please sign in to comment.