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
8e91d0ef
Commit
8e91d0ef
authored
Jul 15, 2024
by
Ilham Maulana
💻
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: dashboard form button url
parent
7a8af5cc
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
6 deletions
+6
-6
near_overdue_loan.html
dashboard/templates/dashboard/near_overdue_loan.html
+1
-1
overdue_loan.html
dashboard/templates/dashboard/overdue_loan.html
+1
-1
summary.html
dashboard/templates/dashboard/summary.html
+4
-4
No files found.
dashboard/templates/dashboard/near_overdue_loan.html
View file @
8e91d0ef
<div
class=
"card-header d-flex justify-content-between"
>
<div
class=
"card-header d-flex justify-content-between"
>
<h2
class=
"h4"
>
Near Outstanding Book Loan
</h2>
<h2
class=
"h4"
>
Near Outstanding Book Loan
</h2>
<a
href=
"/
dashboard/
upcoming-loans/"
class=
"btn btn-primary"
<a
href=
"/upcoming-loans/"
class=
"btn btn-primary"
>
See All Upcoming Loans
</a
>
See All Upcoming Loans
</a
>
>
</div>
</div>
...
...
dashboard/templates/dashboard/overdue_loan.html
View file @
8e91d0ef
<div
class=
"card-header d-flex justify-content-between"
>
<div
class=
"card-header d-flex justify-content-between"
>
<h2
class=
"h4"
>
Overdued Book Loan
</h2>
<h2
class=
"h4"
>
Overdued Book Loan
</h2>
<a
href=
"/
dashboard/
overdued-loans/"
class=
"btn btn-primary"
<a
href=
"/overdued-loans/"
class=
"btn btn-primary"
>
See All Overdued Loans
</a
>
See All Overdued Loans
</a
>
>
</div>
</div>
...
...
dashboard/templates/dashboard/summary.html
View file @
8e91d0ef
...
@@ -9,7 +9,7 @@
...
@@ -9,7 +9,7 @@
<p
class=
"h1"
>
{{ total_book }}
</p>
<p
class=
"h1"
>
{{ total_book }}
</p>
</div>
</div>
<div
class=
"card-footer"
>
<div
class=
"card-footer"
>
<a
href=
"/
dashboard/
books/"
class=
"w-100 btn btn-primary"
<a
href=
"/books/"
class=
"w-100 btn btn-primary"
>
Explore Book
</a
>
Explore Book
</a
>
>
</div>
</div>
...
@@ -24,7 +24,7 @@
...
@@ -24,7 +24,7 @@
<p
class=
"h1"
>
{{ total_category }}
</p>
<p
class=
"h1"
>
{{ total_category }}
</p>
</div>
</div>
<div
class=
"card-footer"
>
<div
class=
"card-footer"
>
<a
href=
"/
dashboard/book
s/"
class=
"w-100 btn btn-primary"
<a
href=
"/
categorie
s/"
class=
"w-100 btn btn-primary"
>
Explore Categories
</a
>
Explore Categories
</a
>
>
</div>
</div>
...
@@ -39,7 +39,7 @@
...
@@ -39,7 +39,7 @@
<p
class=
"h1"
>
{{ total_member }}
</p>
<p
class=
"h1"
>
{{ total_member }}
</p>
</div>
</div>
<div
class=
"card-footer"
>
<div
class=
"card-footer"
>
<a
href=
"/
dashboard
/members/"
class=
"w-100 btn btn-primary"
<a
href=
"/
users
/members/"
class=
"w-100 btn btn-primary"
>
Go to Member
</a
>
Go to Member
</a
>
>
</div>
</div>
...
@@ -67,7 +67,7 @@
...
@@ -67,7 +67,7 @@
</div>
</div>
</div>
</div>
<div
class=
"card-footer"
>
<div
class=
"card-footer"
>
<a
href=
"/
dashboard/
book-loans/"
class=
"w-100 btn btn-primary"
<a
href=
"/book-loans/"
class=
"w-100 btn btn-primary"
>
Go to Book Loans
</a
>
Go to Book Loans
</a
>
>
</div>
</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