add login button
This commit is contained in:
parent
92c683eb51
commit
e3cdf5f273
1 changed files with 4 additions and 1 deletions
|
@ -31,7 +31,7 @@
|
|||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
</head>
|
||||
<body>
|
||||
<nav class="navbar navbar-expand-lg navbar-light bg-light">
|
||||
<nav class="navbar navbar-expand-lg navbar-dark bg-dark">
|
||||
<a class="navbar-brand" href="{{ path('homepage') }}"><i class="fas fa-seedling"></i>Pflänz.li</a>
|
||||
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
|
||||
<span class="navbar-toggler-icon"></span>
|
||||
|
@ -54,6 +54,9 @@
|
|||
<a class="nav-link" href="{{ path('new_offer') }}"><i class="fas fa-plus-square"></i> New Offer</a>
|
||||
</li>
|
||||
</ul>
|
||||
<span>
|
||||
<button type="button" class="btn btn-light">Log in</button>
|
||||
</span>
|
||||
</div>
|
||||
</nav>
|
||||
|
||||
|
|
Reference in a new issue