add news and stuff

This commit is contained in:
2024-07-30 17:51:04 +03:30
parent 323910fb41
commit f310a94d5c
5 changed files with 51 additions and 64 deletions

View File

@ -9,7 +9,7 @@
<div>
<h4>news</h4>
<hr />
<dl class="dl-horizontal">
<dl>
<dt>
@Html.DisplayNameFor(model => model.title)
</dt>
@ -23,6 +23,7 @@
</dt>
<dd>
<img src="@Model.image" />
@Html.DisplayFor(model => model.image)
</dd>