Add link to make new post
This commit is contained in:
parent
d27cd0667d
commit
fba683a09c
1 changed files with 2 additions and 0 deletions
|
@ -4,6 +4,8 @@
|
|||
ViewBag.Title = "Manage posts";
|
||||
}
|
||||
|
||||
<a href="/blog/edit">New Post</a>
|
||||
|
||||
<table>
|
||||
@foreach (var post in Model) {
|
||||
<tr>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue