yavsc/src/Yavsc/Views/Do/Yavsc.Models.Booking.MusicianSettingsEditor.fr.cshtml

9 lines
380 B
Text
Raw Normal View History

2023-03-19 17:57:55 +00:00
@model Instrumentation
2023-03-20 20:26:00 +00:00
<h2>@Model.Tool.Name</h2>
2023-03-20 20:26:00 +00:00
<a asp-action="RemoveInstrument" asp-controller="Instrumentation" asp-action-id="Model.UserId" asp-action-name="@Model.Tool.Name" >
2023-03-20 19:38:50 +00:00
<form asp-action="AddInstrument" asp-controller="Instrumentation" asp-action-id="Model.UserId" >
<select name="Name" value="" placeholder="Séléctionnez votre instrument" ></select>
</form>