Добавил правильный вариант ссылки на кнопку отмены в форму редактирования курса

This commit is contained in:
Никита Потапов 2024-04-30 17:35:30 +04:00
parent ea74b106f4
commit fb41cd806e

View File

@ -34,9 +34,7 @@
<button class="btn btn-success" type="submit">
Сохранить
</button>
<a class="btn btn-danger">
Отмена
</a>
@Html.ActionLink("Отмена", "Courses", "Home", null, new { @class = "btn btn-danger" })
</div>
</div>
</form>