Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
getme
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
1
Issues
1
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
amal
getme
Commits
f676f61a
Commit
f676f61a
authored
Feb 27, 2020
by
Arjun
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
profile
parent
87561df4
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
6 deletions
+6
-6
profile.page.html
src/app/profile/profile.page.html
+6
-6
No files found.
src/app/profile/profile.page.html
View file @
f676f61a
...
@@ -28,7 +28,7 @@
...
@@ -28,7 +28,7 @@
<div
class=
"account_header"
>
<div
class=
"account_header"
>
<h5
class=
"floatLeft"
>
ACCOUNT INFORMATION
</h5>
<h5
class=
"floatLeft"
>
ACCOUNT INFORMATION
</h5>
<span
class=
"floatRight"
(
click
)="
goToPage
('
changedetails
',
user
&&
user
)"
><img
<span
class=
"floatRight"
(
click
)="
goToPage
('
changedetails
',
user
&&
user
)"
><img
src=
"../../assets/edit.png"
/></span>
src=
"../../assets/edit.png"
/></span>
<div
class=
"clear"
></div>
<div
class=
"clear"
></div>
</div>
</div>
<div
class=
"row"
>
<div
class=
"row"
>
...
@@ -42,7 +42,7 @@
...
@@ -42,7 +42,7 @@
<h6>
{{loggedUser.phone}}
</h6>
<h6>
{{loggedUser.phone}}
</h6>
<span
class=
"ar-span"
*
ngIf=
"loggedUser.phoneVerified == true"
>
Verified
</span>
<span
class=
"ar-span"
*
ngIf=
"loggedUser.phoneVerified == true"
>
Verified
</span>
<span
class=
"ar-span"
*
ngIf=
"loggedUser.phoneVerified == false"
(
click
)="
goToPage
('
verficationnumber
')"
>
Not
<span
class=
"ar-span"
*
ngIf=
"loggedUser.phoneVerified == false"
(
click
)="
goToPage
('
verficationnumber
')"
>
Not
Verified yet
</span>
Verified yet
</span>
</ion-col>
</ion-col>
</ion-row>
</ion-row>
</div>
</div>
...
@@ -133,11 +133,11 @@
...
@@ -133,11 +133,11 @@
<p>
Are you sure to Logout ?
</p>
<p>
Are you sure to Logout ?
</p>
<div
class=
"logout_footer"
>
<div
class=
"logout_footer"
>
<button
class=
"btn-cancel floatLeft"
(
click
)="
istoggle
();"
>
<button
class=
"btn-cancel floatLeft"
(
click
)="
istoggle
();"
>
Cancel
Cancel
</button>
</button>
<button
class=
"btn-logout floatRight"
(
click
)="
authService
.
SignOut
();
istoggle
()"
>
<button
class=
"btn-logout floatRight"
(
click
)="
authService
.
SignOut
();
istoggle
()"
>
Logout
Logout
</button>
</button>
</div>
</div>
<div
class=
"clear"
></div>
<div
class=
"clear"
></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