added markdown for named notes.

This commit is contained in:
DESKTOP-GENO133\IvanPlex 2024-01-29 20:33:37 -07:00
parent 90d095ea51
commit f8de7de0d6

View File

@ -20,7 +20,7 @@
<input type="text" id="noteDescription" class="form-control" placeholder="Description of the note" value="@(isNew ? "" : Model.Description)">
</div>
<div class="col-12">
<label for="noteTextArea">Notes</label>
<label for="noteTextArea">Notes<a class="link-underline link-underline-opacity-0" onclick="showLinks(this)"><i class="bi bi-markdown ms-2"></i></a></label>
<textarea class="form-control vehicleNoteContainer" id="noteTextArea">@Model.NoteText</textarea>
</div>
</div>