Adding Print Post Button

This commit is contained in:
Benjamin
2025-01-09 09:30:42 +01:00
parent 670ed21386
commit 953082e9bc

View File

@@ -6,6 +6,7 @@
<div> <div>
<h1>Poster</h1> <h1>Poster</h1>
<a asp-action="Create" asp-controller="Poster" class="btn btn-primary">Opret Post</a> <a asp-action="Create" asp-controller="Poster" class="btn btn-primary">Opret Post</a>
<a asp-action="Poster" asp-controller="Print" class="ms-4 btn btn-secondary">Print poster</a>
<table class="table table-striped"> <table class="table table-striped">
<thead> <thead>
<tr> <tr>