Skip to content

Commit

Permalink
actions sep forms index
Browse files Browse the repository at this point in the history
  • Loading branch information
Eliran Turgeman authored and Eliran Turgeman committed Dec 13, 2024
1 parent a0fe1ce commit 5a3aa97
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions EmailCollector.Api/Pages/Forms/Index.cshtml
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@
<td>@Model.Forms.First(f => f.Id == form.Key).CreatedAt</td>
<td>@Model.Forms.First(f => f.Id == form.Key).SubmissionsCount</td>
<td>
<a asp-page="./Delete" asp-route-id="@form.Key">Delete</a>
<a asp-page="/Configurations" asp-route-formId="@form.Key">Configure</a>
<a asp-page="./Delete" asp-route-id="@form.Key">Delete</a>
<a asp-page="/Configurations" asp-route-formId="@form.Key">Configure</a>
<a asp-page="/Dashboard" asp-route-formId="@form.Key">Dashboard</a>
</td>
</tr>
Expand Down

0 comments on commit 5a3aa97

Please sign in to comment.