1
0
mirror of https://github.com/raseels-repos/golang-saas-starter-kit.git synced 2025-08-08 22:36:41 +02:00

Added breakcrumbs

This commit is contained in:
Lucas Brown
2019-08-05 17:26:27 -08:00
parent 27fc20d4a1
commit 209e18f5b9
6 changed files with 36 additions and 2 deletions

View File

@ -4,6 +4,13 @@
{{end}}
{{define "content"}}
<nav aria-label="breadcrumb">
<ol class="breadcrumb">
<li class="breadcrumb-item"><a href="/projects">Projects</a></li>
<li class="breadcrumb-item active" aria-current="page">Create</li>
</ol>
</nav>
<div class="d-sm-flex align-items-center justify-content-between mb-4">
<h1 class="h3 mb-0 text-gray-800">Create Project</h1>
</div>