Styled the post list and added updating of posts
This commit is contained in:
parent
e77cac2fd5
commit
aef3bb6a1e
31 changed files with 1230 additions and 118 deletions
|
|
@ -11,7 +11,13 @@
|
|||
<a class="nav-link active" aria-current="page" href="#">Posts</a>
|
||||
</li>
|
||||
</ul>
|
||||
<form class="d-flex" role="search">
|
||||
<form class="d-flex align-items-center" role="search">
|
||||
<!--
|
||||
<div class="spinner-border text-secondary me-2" role="status" title="Publishing...">
|
||||
<span class="visually-hidden">Publishing...</span>
|
||||
</div>
|
||||
-->
|
||||
|
||||
<input class="form-control me-2" type="search" placeholder="Search" aria-label="Search"/>
|
||||
<button class="btn btn-outline-success" type="submit">Search</button>
|
||||
</form>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue