Add style to edit and delete

This commit is contained in:
Damian Lasecki 2018-12-19 21:15:59 +01:00
parent d9521ae99d
commit 4240f1d563

View File

@ -1,9 +1,9 @@
@model Forum.DataAccessLayer.Models.Category
@{
ViewBag.Title = "Delete";
}
@model Forum.DataAccessLayer.Models.Category
@{
ViewBag.Title = "Delete";
}
<div class="single-category-wrapper">
<h2>Usuwanie ketegorii</h2>
<hr style="border-top: 1px solid #d3d3d3;" />