Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
L
library-app-django
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Ilham Maulana
library-app-django
Commits
14315c01
Commit
14315c01
authored
Jul 15, 2024
by
Ilham Maulana
💻
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: book url path
parent
c70d69b9
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
14 additions
and
14 deletions
+14
-14
layout.html
dashboard/templates/layout.html
+14
-14
No files found.
dashboard/templates/layout.html
View file @
14315c01
...
...
@@ -16,38 +16,38 @@
><i
class=
"bi bi-columns-gap"
></i>
Dashboard
</a
>
<a
href=
"/
dashboard/
books"
class=
"btn {% if request.path == '/
dashboard/
books/' %}btn-primary{% else %}btn-outline-primary border-white text-white{% endif %} text-start w-100"
href=
"/books"
class=
"btn {% if request.path == '/books/' %}btn-primary{% else %}btn-outline-primary border-white text-white{% endif %} text-start w-100"
><i
class=
"bi bi-book-half"
></i>
Books
</a
>
<a
href=
"/
dashboard/
categories"
class=
"btn {% if request.path == '/
dashboard/
categories/' %}btn-primary{% else %}btn-outline-primary border-white text-white{% endif %} text-start w-100"
href=
"/categories"
class=
"btn {% if request.path == '/categories/' %}btn-primary{% else %}btn-outline-primary border-white text-white{% endif %} text-start w-100"
><i
class=
"bi bi-tags-fill"
></i>
Categories
</a
>
<a
href=
"/
dashboard/
members"
class=
"btn {% if request.path == '/
dashboard/
members/' %}btn-primary{% else %}btn-outline-primary border-white text-white{% endif %} text-start w-100"
href=
"/members"
class=
"btn {% if request.path == '/members/' %}btn-primary{% else %}btn-outline-primary border-white text-white{% endif %} text-start w-100"
><i
class=
"bi bi-person-vcard"
></i>
Members
</a
>
<a
href=
"/
dashboard/
librarians"
class=
"btn {% if request.path == '/
dashboard/
librarians/' %}btn-primary{% else %}btn-outline-primary border-white text-white{% endif %} text-start w-100"
href=
"/librarians"
class=
"btn {% if request.path == '/librarians/' %}btn-primary{% else %}btn-outline-primary border-white text-white{% endif %} text-start w-100"
><i
class=
"bi bi-person-fill-lock"
></i>
Librarian
</a
>
<a
href=
"/
dashboard/
book-loans"
class=
"btn {% if request.path == '/
dashboard/
book-loans/' %}btn-primary{% else %}btn-outline-primary border-white text-white{% endif %} text-start w-100"
href=
"/book-loans"
class=
"btn {% if request.path == '/book-loans/' %}btn-primary{% else %}btn-outline-primary border-white text-white{% endif %} text-start w-100"
><i
class=
"bi bi-calendar-week"
></i>
Book Loans
</a
>
<a
href=
"/
dashboard/
upcoming-loans/"
class=
"btn {% if request.path == '/
dashboard/
upcoming-loans/' %}btn-primary{% else %}btn-outline-primary border-white text-white{% endif %} text-start w-100"
href=
"/upcoming-loans/"
class=
"btn {% if request.path == '/upcoming-loans/' %}btn-primary{% else %}btn-outline-primary border-white text-white{% endif %} text-start w-100"
><i
class=
"bi bi-calendar2-event"
></i>
Upcoming Loans
</a
>
<a
href=
"/
dashboard/
overdued-loans/"
class=
"btn {% if request.path == '/
dashboard/
overdued-loans/' %}btn-primary{% else %}btn-outline-primary border-white text-white{% endif %} text-start w-100"
href=
"/overdued-loans/"
class=
"btn {% if request.path == '/overdued-loans/' %}btn-primary{% else %}btn-outline-primary border-white text-white{% endif %} text-start w-100"
><i
class=
"bi bi-calendar2-x"
></i>
Overdued Loans
</a
>
</div>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment