Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
H
Hunger Buster - Breadcrumbs
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
3
Issues
3
List
Board
Labels
Milestones
Merge Requests
1
Merge Requests
1
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
Julia Santos
Hunger Buster - Breadcrumbs
Commits
a48df575
Commit
a48df575
authored
Mar 31, 2021
by
Julio Teodoro
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fixed page --> stat movement, and integration of the data in the stat page
parent
c66445d0
Changes
10
Show whitespace changes
Inline
Side-by-side
Showing
10 changed files
with
10 additions
and
10 deletions
+10
-10
urls.py
Breadcrumbs/urls.py
+1
-1
add-item.html
templates/add-item.html
+1
-1
add-product-type.html
templates/add-product-type.html
+1
-1
edit-item.html
templates/edit-item.html
+1
-1
edit-product-type.html
templates/edit-product-type.html
+1
-1
fridge-list.html
templates/fridge-list.html
+1
-1
per-items.html
templates/per-items.html
+1
-1
product-type-confirm-delete.html
templates/product-type-confirm-delete.html
+1
-1
to-buy.html
templates/to-buy.html
+1
-1
unmark.html
templates/unmark.html
+1
-1
No files found.
Breadcrumbs/urls.py
View file @
a48df575
...
...
@@ -19,7 +19,7 @@ urlpatterns = [
path
(
'fridge/<int:pk>/update'
,
UnmarkToBuy
.
as_view
(),
name
=
'to-buy-unmark'
),
path
(
'fridge/<int:pk>/edit'
,
editProductType
.
as_view
(),
name
=
'edit-product-type'
),
path
(
'fridge/<id>/<int:pk>/edit'
,
editItem
.
as_view
(),
name
=
'edit-item'
),
path
(
''
,
views
.
Breadcrumbs_with_pivot
,
name
=
'Breadcrumbs_with_pivot'
),
path
(
'
stat/
'
,
views
.
Breadcrumbs_with_pivot
,
name
=
'Breadcrumbs_with_pivot'
),
path
(
'data'
,
views
.
pivot_data
,
name
=
'pivot_data'
),
]
...
...
templates/add-item.html
View file @
a48df575
...
...
@@ -20,7 +20,7 @@
<img
id=
"fridgeIcon"
src=
"{%static "
fridge
.
png
"
%}""
alt=
"a flat icon of a refrigerator"
;
>
<div
class =
"sideItem stats"
>
<a
href =
"
indexStatistics.html
"
>
<a
href =
"
http://127.0.0.1:8000/stat/
"
>
<div
class =
"sideText"
>
STATS
</div>
</a>
</div>
...
...
templates/add-product-type.html
View file @
a48df575
...
...
@@ -24,7 +24,7 @@
<img
id=
"fridgeIcon"
src=
"{%static "
fridge
.
png
"
%}""
alt=
"a flat icon of a refrigerator"
;
>
<div
class =
"sideItem stats"
>
<a
href =
"
indexStatistics.html
"
>
<a
href =
"
http://127.0.0.1:8000/stat/
"
>
<div
class =
"sideText"
>
STATS
</div>
</a>
</div>
...
...
templates/edit-item.html
View file @
a48df575
...
...
@@ -19,7 +19,7 @@
<img
id=
"fridgeIcon"
src=
"{%static "
fridge
.
png
"
%}""
alt=
"a flat icon of a refrigerator"
;
>
<div
class =
"sideItem stats"
>
<a
href =
"
indexStatistics.html
"
>
<a
href =
"
http://127.0.0.1:8000/stat/
"
>
<div
class =
"sideText"
>
STATS
</div>
</a>
</div>
...
...
templates/edit-product-type.html
View file @
a48df575
...
...
@@ -19,7 +19,7 @@
<img
id=
"fridgeIcon"
src=
"{%static "
fridge
.
png
"
%}""
alt=
"a flat icon of a refrigerator"
;
>
<div
class =
"sideItem stats"
>
<a
href =
"
indexStatistics.html
"
>
<a
href =
"
http://127.0.0.1:8000/stat/
"
>
<div
class =
"sideText"
>
STATS
</div>
</a>
</div>
...
...
templates/fridge-list.html
View file @
a48df575
...
...
@@ -23,7 +23,7 @@
</div>
<img
id=
"fridgeIcon"
src=
"{%static "
fridge
.
png
"
%}"
alt=
"a flat icon of a refrigerator"
>
<div
class =
"sideItem stats"
>
<a
href =
""
>
<a
href =
"
http://127.0.0.1:8000/stat/
"
>
<div
class =
"sideText"
>
STATS
</div>
</a>
</div>
...
...
templates/per-items.html
View file @
a48df575
...
...
@@ -20,7 +20,7 @@
<img
id=
"fridgeIcon"
src=
"{%static "
fridge
.
png
"
%}""
alt=
"a flat icon of a refrigerator"
;
>
<div
class =
"sideItem stats"
>
<a
href =
"
indexStatistics.html
"
>
<a
href =
"
http://127.0.0.1:8000/stat/
"
>
<div
class =
"sideText"
>
STATS
</div>
</a>
</div>
...
...
templates/product-type-confirm-delete.html
View file @
a48df575
...
...
@@ -19,7 +19,7 @@
</div>
<img
id=
"fridgeIcon"
src=
"{%static "
fridge
.
png
"
%}"
alt=
"a flat icon of a refrigerator"
>
<div
class =
"sideItem stats"
>
<a
href =
""
>
<a
href =
"
http://127.0.0.1:8000/stat/
"
>
<div
class =
"sideText"
>
STATS
</div>
</a>
</div>
...
...
templates/to-buy.html
View file @
a48df575
...
...
@@ -19,7 +19,7 @@
</div>
<img
id=
"fridgeIcon"
src=
"{%static "
fridge
.
png
"
%}"
alt=
"a flat icon of a refrigerator"
>
<div
class =
"sideItem stats"
>
<a
href =
""
>
<a
href =
"
http://127.0.0.1:8000/stat/
"
>
<div
class =
"sideText"
>
STATS
</div>
</a>
</div>
...
...
templates/unmark.html
View file @
a48df575
...
...
@@ -23,7 +23,7 @@
</div>
<img
id=
"fridgeIcon"
src=
"{%static "
fridge
.
png
"
%}"
alt=
"a flat icon of a refrigerator"
>
<div
class =
"sideItem stats"
>
<a
href =
""
>
<a
href =
"
http://127.0.0.1:8000/stat/
"
>
<div
class =
"sideText"
>
STATS
</div>
</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