Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions src/app/templates/viewonlyplan.html
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,7 @@ <h3 class="font-semibold text-gray-700 dark:text-gray-100 text-lg mb-2 tracking-
{% endif %}
</ul>
</div>

<div class="mt-auto pt-2">
<div class="pt-2">
<a href="{{ url_for('main.unitplans_page') }}" class="inline-flex items-center px-4 py-2 rounded-lg bg-gradient-to-r from-sky-400 to-blue-600 text-white text-sm font-bold shadow-md hover:from-sky-500 hover:to-blue-700 focus:outline-offset-2 outline-blue-400 transition-all duration-150">
<span class="mr-2">←</span> Back to Unit Plans
</a>
Expand Down