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
d9ac007e
Commit
d9ac007e
authored
Jul 09, 2024
by
impfundev
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat: total category on dashboard summary
parent
33bd5670
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
15 additions
and
0 deletions
+15
-0
summary.html
dashboards/templates/dashboard/summary.html
+15
-0
No files found.
dashboards/templates/dashboard/summary.html
View file @
d9ac007e
...
...
@@ -15,6 +15,21 @@
</div>
</div>
</div>
<div
class=
"col"
>
<div
class=
"card h-100 d-flex flex-column"
>
<div
class=
"card-body row align-content-center"
>
<h5
class=
"card-title"
>
<i
class=
"bi bi-book-half"
></i>
Total Category
</h5>
<p
class=
"h1"
>
{{ total_category }}
</p>
</div>
<div
class=
"card-footer"
>
<a
href=
"/dashboard/books/"
class=
"w-100 btn btn-primary"
>
Explore Categories
</a
>
</div>
</div>
</div>
<div
class=
"col"
>
<div
class=
"card h-100"
>
<div
class=
"card-body row align-content-center"
>
...
...
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