Skip to content

Commit

Permalink
Adicionando opções no menu #18
Browse files Browse the repository at this point in the history
  • Loading branch information
tacianosilva committed Nov 5, 2020
1 parent 4e46daa commit f18cf54
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tasktracking/tasks/templates/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,10 @@
<ul class="navbar-nav">
<li class="nav-item">
<a class="nav-link" href="#">Tarefas</a>
<a class="nav-link" href="#">Tags</a>
<a class="nav-link" href="#">Links</a>
<a class="nav-link" href="#">Usuario</a>
<a class="nav-link" href="#">Execuções</a>
</li>
</ul>
</div>
Expand Down

0 comments on commit f18cf54

Please sign in to comment.