Skip to content
Snippets Groups Projects
Commit 5c8e9dd3 authored by dw927's avatar dw927
Browse files

Added NavBar component.

parent aa1eb1ce
No related branches found
No related tags found
1 merge request!3Connected test_report_provider to fake_model. API now returns proper structure...
......@@ -7,6 +7,8 @@
integrity="sha384-Zenh87qX5JnK2Jl0vWa8Ck2rdkQ2Bzep5IDxbcnCeuOxjzrPF/et3URy9Bv1WTRi" crossorigin="anonymous">
</head>
{% include 'includes/navbar.html' %}
<div class="list-group">
{% include 'includes/reports.html' %}
</div>
......
<nav class="navbar navbar-expand-lg navbar-light bg-light">
<a class="navbar-brand" href="#">Digital Pathology</a>
<ul class="navbar-nav mr-auto">
<li class="nav-item">
<a class="nav-link" href="#">Reports</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#">New Report</a>
</li>
</ul>
</nav>
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment