Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
marketplaces
gannonce-ui
Commits
d52ae6c2
Commit
d52ae6c2
authored
Apr 28, 2017
by
Cédric Moreau
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[enh] Affiche la clé publique du vendeur sur ses annonces et sa fiche
parent
50a70504
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
13 additions
and
0 deletions
+13
-0
src/app/app.scss
src/app/app.scss
+9
-0
src/pages/account/account.html
src/pages/account/account.html
+2
-0
src/pages/announce/announce.html
src/pages/announce/announce.html
+2
-0
No files found.
src/app/app.scss
View file @
d52ae6c2
...
...
@@ -83,3 +83,12 @@ form .input-wrapper ion-label {
top
:
8px
;
left
:
10px
;
}
input
.pubkey
{
width
:
420px
;
border
:
none
;
font-family
:
"Courier New"
;
background-color
:
#e4ecf7
;
text-align
:
center
;
}
src/pages/account/account.html
View file @
d52ae6c2
...
...
@@ -5,6 +5,8 @@
<img
class=
"logo"
src=
"{{ accountService.acc.logo }}"
>
<h2>
{{ accountService.acc.title }}
</h2>
<pre>
{{ accountService.acc.desc }}
</pre>
<h3>
Porte-monnaie
</h3>
<input
class=
"pubkey"
type=
"text"
disabled
value=
"{{ accountService.acc.pub }}"
>
<h3>
Annonces
</h3>
<ion-list
id=
"home-list"
>
<button
ion-item
*ngFor=
"let a of announces"
routerLink=
"/announce/{{ a.uuid }}"
>
...
...
src/pages/announce/announce.html
View file @
d52ae6c2
...
...
@@ -16,6 +16,8 @@
<p
class=
"fees"
*ngIf=
"announceService.ann.feesFloat"
>
+{{ announceService.ann.fees }} Ğ1 (frais de transport)
</p>
<h3>
Paiement à
</h3>
<input
class=
"pubkey"
type=
"text"
disabled
value=
"{{ announceService.ann.pub }}"
>
<h3>
Stock
</h3>
<p>
{{ announceService.ann.stock }} unités disponibles.
...
...
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