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
cb47d04a
Commit
cb47d04a
authored
Jul 09, 2024
by
impfundev
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat: show all button link on upcoming and overdued loans dashboard
parent
d9ac007e
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
3 deletions
+9
-3
near_overdue_loan.html
dashboards/templates/dashboard/near_overdue_loan.html
+4
-1
overdue_loan.html
dashboards/templates/dashboard/overdue_loan.html
+5
-2
No files found.
dashboards/templates/dashboard/near_overdue_loan.html
View file @
cb47d04a
<div
class=
"card-header"
>
<div
class=
"card-header
d-flex justify-content-between
"
>
<h2
class=
"h4"
>
Near Outstanding Book Loan
</h2>
<a
href=
"/dashboard/upcoming-loans/"
class=
"btn btn-primary"
>
See All Upcoming Loans
</a
>
</div>
<div
class=
"card-body"
>
<table
class=
"table table-striped"
>
...
...
dashboards/templates/dashboard/overdue_loan.html
View file @
cb47d04a
<div
class=
"card-header"
>
<h2
class=
"h4"
>
Overdue Book Loan
</h2>
<div
class=
"card-header d-flex justify-content-between"
>
<h2
class=
"h4"
>
Overdued Book Loan
</h2>
<a
href=
"/dashboard/overdued-loans/"
class=
"btn btn-primary"
>
See All Overdued Loans
</a
>
</div>
<div
class=
"card-body"
>
<table
class=
"table table-striped"
>
...
...
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