Skip to content

Commit

Permalink
dev branch now stable
Browse files Browse the repository at this point in the history
  • Loading branch information
Mathias Baunsgaard Kristensen committed Mar 14, 2023
1 parent 4abb123 commit 68eddb6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MiniTwit/src/main/resources/templates/timeline.html
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ <h3>What's on your mind <span th:text="${username}"></span>?</h3>
</strong>
<span th:text="${message.text}"></span>
<small>&mdash; <span th:text="${message.date_time}"></span></small><br>
<a class="favourite" th:href="@{/addMessageToFavourites(messageID=${message.id})}">
<a class="favourite" th:href="@{/addMessageToFavourites/{messageID}(messageID=${message.message_id})}">
Add to favourites
</a>
</p>
Expand Down

0 comments on commit 68eddb6

Please sign in to comment.