Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
Drexel 2022-2023 AIML Capstone - Digital Pathology
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Zac Rahn
Drexel 2022-2023 AIML Capstone - Digital Pathology
Commits
ab8d8b9f
Commit
ab8d8b9f
authored
2 years ago
by
dw927
Browse files
Options
Downloads
Patches
Plain Diff
Fixed navbar links. Added navbar to home page.
parent
31f71764
No related branches found
No related tags found
1 merge request
!4
Dwelsh
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
front_end/templates/home.html
+1
-0
1 addition, 0 deletions
front_end/templates/home.html
front_end/templates/includes/navbar.html
+2
-2
2 additions, 2 deletions
front_end/templates/includes/navbar.html
with
3 additions
and
2 deletions
front_end/templates/home.html
+
1
−
0
View file @
ab8d8b9f
...
...
@@ -8,6 +8,7 @@
<link
href=
"https://cdn.jsdelivr.net/npm/bootstrap@5.2.2/dist/css/bootstrap.min.css"
rel=
"stylesheet"
integrity=
"sha384-Zenh87qX5JnK2Jl0vWa8Ck2rdkQ2Bzep5IDxbcnCeuOxjzrPF/et3URy9Bv1WTRi"
crossorigin=
"anonymous"
>
</head>
<body>
{% include 'includes/navbar.html' %}
<h1>
Welcome to the Digital Pathology Slide Analyzer.
</h1>
<br>
<h2>
Please select a file to upload.
</h2>
...
...
This diff is collapsed.
Click to expand it.
front_end/templates/includes/navbar.html
+
2
−
2
View file @
ab8d8b9f
...
...
@@ -2,10 +2,10 @@
<a
class=
"navbar-brand"
href=
"#"
>
Digital Pathology
</a>
<ul
class=
"navbar-nav mr-auto"
>
<li
class=
"nav-item"
>
<a
class=
"nav-link"
href=
"
./reports"
>
Reports
</a>
<a
class=
"nav-link"
href=
"
{{ url_for('home')}}"
>
Home
</a>
</li>
<li
class=
"nav-item"
>
<a
class=
"nav-link"
href=
"
#"
>
New
Report
</a>
<a
class=
"nav-link"
href=
"
{{ url_for('reports')}}"
>
Report
s
</a>
</li>
</ul>
</nav>
\ No newline at end of file
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment