Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
D
dcarfixers_angular
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
16
Issues
16
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
Tobin
dcarfixers_angular
Commits
87fb3865
Commit
87fb3865
authored
5 years ago
by
Jansa Jose
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
insert tooltip
parent
ac26230f
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
6 additions
and
6 deletions
+6
-6
cart.component.html
src/app/purchase/cart/cart.component.html
+1
-1
orders.component.html
src/app/purchase/orders/orders.component.html
+2
-2
productdetails.component.html
...app/purchase/productdetails/productdetails.component.html
+1
-1
purchase-home.component.html
src/app/purchase/purchase-home/purchase-home.component.html
+2
-2
No files found.
src/app/purchase/cart/cart.component.html
View file @
87fb3865
...
@@ -61,7 +61,7 @@
...
@@ -61,7 +61,7 @@
<div
class=
"product_wrapper"
>
<div
class=
"product_wrapper"
>
<img
src=
"{{imageServer + prdt.product_image}}"
onerror=
"this.src='assets/images/user_avatar.jpg'"
>
<img
src=
"{{imageServer + prdt.product_image}}"
onerror=
"this.src='assets/images/user_avatar.jpg'"
>
</div>
</div>
<h5>
{{prdt.product_name}}
</h5>
<h5
class=
"text_truncate"
data-toggle=
"pill"
tooltip=
"{{prdt.product_name}}"
placement=
"top"
show-delay=
"500"
z-index=
"99999"
>
{{prdt.product_name}}
</h5>
<p>
{{prdt.short_description}}
</p>
<p>
{{prdt.short_description}}
</p>
<div
class=
"star_ratting prevent-click"
>
<div
class=
"star_ratting prevent-click"
>
<fieldset
class=
"rating"
>
<fieldset
class=
"rating"
>
...
...
This diff is collapsed.
Click to expand it.
src/app/purchase/orders/orders.component.html
View file @
87fb3865
...
@@ -12,7 +12,7 @@
...
@@ -12,7 +12,7 @@
<img
src=
"{{imageServer + book.product_image}}"
onerror=
"this.src='assets/images/user_avatar.jpg'"
>
<img
src=
"{{imageServer + book.product_image}}"
onerror=
"this.src='assets/images/user_avatar.jpg'"
>
</div>
</div>
<div
class=
"auto_part_detail"
>
<div
class=
"auto_part_detail"
>
<h2>
{{book.product_name}}
</h2>
<h2
class=
"text_truncate"
data-toggle=
"pill"
tooltip=
"{{book.product_name}}"
placement=
"top"
show-delay=
"500"
z-index=
"99999"
>
{{book.product_name}}
</h2>
<h3>
{{book.short_description}}
</h3>
<h3>
{{book.short_description}}
</h3>
<div
class=
"others"
>
<div
class=
"others"
>
<!-- <h4><div>Color</div><span>Black</span></h4> -->
<!-- <h4><div>Color</div><span>Black</span></h4> -->
...
@@ -64,7 +64,7 @@
...
@@ -64,7 +64,7 @@
<div
class=
"product_wrapper"
>
<div
class=
"product_wrapper"
>
<img
src=
"{{imageServer + prdt.product_image}}"
onerror=
"this.src='assets/images/user_avatar.jpg'"
>
<img
src=
"{{imageServer + prdt.product_image}}"
onerror=
"this.src='assets/images/user_avatar.jpg'"
>
</div>
</div>
<h5>
{{prdt.product_name}}
</h5>
<h5
class=
"text_truncate"
data-toggle=
"pill"
tooltip=
"{{prdt.product_name}}"
placement=
"top"
show-delay=
"500"
z-index=
"99999"
>
{{prdt.product_name}}
</h5>
<p>
{{prdt.short_description}}
</p>
<p>
{{prdt.short_description}}
</p>
<div
class=
"star_ratting"
>
<div
class=
"star_ratting"
>
<fieldset
class=
"rating prevent-click"
>
<fieldset
class=
"rating prevent-click"
>
...
...
This diff is collapsed.
Click to expand it.
src/app/purchase/productdetails/productdetails.component.html
View file @
87fb3865
...
@@ -18,7 +18,7 @@
...
@@ -18,7 +18,7 @@
</div>
</div>
<div
class=
"col-md-8"
*
ngIf=
"productDetails"
>
<div
class=
"col-md-8"
*
ngIf=
"productDetails"
>
<div
class=
"product_details"
>
<div
class=
"product_details"
>
<h1>
{{productDetails.product_name}}
</h1>
<h1
class=
"text_truncate"
data-toggle=
"pill"
tooltip=
"{{productDetails.product_name}}"
placement=
"top"
show-delay=
"500"
z-index=
"99999"
>
{{productDetails.product_name}}
</h1>
<h2>
{{productDetails.short_description}}
</h2>
<h2>
{{productDetails.short_description}}
</h2>
<h2><strong>
Brand :
</strong>
{{productDetails.brand_name}}
</h2>
<h2><strong>
Brand :
</strong>
{{productDetails.brand_name}}
</h2>
<div
*
ngIf=
"productDetails.part_id"
>
<div
*
ngIf=
"productDetails.part_id"
>
...
...
This diff is collapsed.
Click to expand it.
src/app/purchase/purchase-home/purchase-home.component.html
View file @
87fb3865
...
@@ -16,7 +16,7 @@
...
@@ -16,7 +16,7 @@
<div
class=
"product_wrapper"
>
<div
class=
"product_wrapper"
>
<img
src=
"{{imageServer + prdt.product_image}}"
onerror=
"this.src='assets/images/user_avatar.jpg'"
>
<img
src=
"{{imageServer + prdt.product_image}}"
onerror=
"this.src='assets/images/user_avatar.jpg'"
>
</div>
</div>
<h5>
{{prdt.product_name}}
</h5>
<h5
class=
"text_truncate"
data-toggle=
"pill"
tooltip=
"{{prdt.product_name}}"
placement=
"top"
show-delay=
"500"
z-index=
"99999"
>
{{prdt.product_name}}
</h5>
<p>
{{prdt.short_description}}
</p>
<p>
{{prdt.short_description}}
</p>
<div
class=
"star_ratting"
>
<div
class=
"star_ratting"
>
<fieldset
class=
"rating prevent-click"
>
<fieldset
class=
"rating prevent-click"
>
...
@@ -57,7 +57,7 @@
...
@@ -57,7 +57,7 @@
<div
class=
"product_wrapper"
>
<div
class=
"product_wrapper"
>
<img
src=
"{{imageServer + prdt.product_image}}"
onerror=
"this.src='assets/images/user_avatar.jpg'"
>
<img
src=
"{{imageServer + prdt.product_image}}"
onerror=
"this.src='assets/images/user_avatar.jpg'"
>
</div>
</div>
<h5>
{{prdt.product_name}}
</h5>
<h5
class=
"text_truncate"
data-toggle=
"pill"
tooltip=
"{{prdt.product_name}}"
placement=
"top"
show-delay=
"500"
z-index=
"99999"
>
{{prdt.product_name}}
</h5>
<p>
{{prdt.short_description}}
</p>
<p>
{{prdt.short_description}}
</p>
<div
class=
"star_ratting"
>
<div
class=
"star_ratting"
>
<fieldset
class=
"rating prevent-click"
>
<fieldset
class=
"rating prevent-click"
>
...
...
This diff is collapsed.
Click to expand it.
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