Add link to make new post

This commit is contained in:
Robert Marshall 2020-01-03 18:10:10 +00:00
parent d27cd0667d
commit fba683a09c

View file

@ -4,6 +4,8 @@
ViewBag.Title = "Manage posts"; ViewBag.Title = "Manage posts";
} }
<a href="/blog/edit">New Post</a>
<table> <table>
@foreach (var post in Model) { @foreach (var post in Model) {
<tr> <tr>