Skip to content

Commit

Permalink
feat: show link to periods after saving activity
Browse files Browse the repository at this point in the history
  • Loading branch information
foodelevator committed May 2, 2024
1 parent dc33d0f commit 388fac0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/resources/templates/activities/edit.html
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ <h2>Redigera aktivitet</h2>
<div id="content">
<div th:if="${param.saved}" class="alert alert-success alert-sm">
<i class="fa fa-fw fa-info-circle"></i>
Aktiviteten har sparats!
Aktiviteten har sparats! <a th:href="@{/admin/activities/periods/list/{id}(id=${activity.id})}">Hantera perioder</a>
</div>

<input type="hidden" th:field="*{id}" />
Expand Down

0 comments on commit 388fac0

Please sign in to comment.