titres
This commit is contained in:
parent
1a50b8a205
commit
c1b7170143
55 changed files with 235 additions and 45 deletions
|
|
@ -1,4 +1,7 @@
|
|||
@model Instrumentation
|
||||
@{
|
||||
ViewBag.Title = Localizer["Do"];
|
||||
}
|
||||
|
||||
<h2>@Model.Tool.Name</h2>
|
||||
|
||||
|
|
@ -6,4 +9,4 @@
|
|||
Remove Instrument</a>
|
||||
<form asp-action="AddInstrument" asp-controller="Instrumentation" asp-action-id="Model.UserId" >
|
||||
<select name="Name" value="" placeholder="Séléctionnez votre instrument" ></select>
|
||||
</form>
|
||||
</form>
|
||||
Loading…
Add table
Add a link
Reference in a new issue