Skip to content

Commit e4333ab

Browse files
committed
Adjust read date message in book page
1 parent e33be3f commit e4333ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

layouts/book.html.erb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<p class="book-details">Dans les envies de lecture pour plus tard…</p>
2222
<% end %>
2323
<% unless item[:read_date].nil? %>
24-
<p class="read-date book-details">(lu en <%= get_pretty_date(item) %>)</p>
24+
<p class="read-date book-details">Lu en <%= get_pretty_date(item) %>.</p>
2525
<% end %>
2626

2727
<%

0 commit comments

Comments
 (0)