1
- < div class ="flexColRows ">
1
+ < div class ="flexColRows gutterV ">
2
2
< div class ="flexRow pad rowMd txCtr ">
3
3
< div class ="col2 "> </ div >
4
4
< div class ="col8 ">
@@ -18,7 +18,33 @@ <h4><%= ob.polyT('purchase.completeSection.paymentSent') %></h4>
18
18
</ div >
19
19
< div class ="col2 "> </ div >
20
20
</ div >
21
- < hr class ="clrBr rowHg ">
21
+ < div class ="contentBox clrP clrBr padMd socialBtns ">
22
+ < h5 > < %= ob.polyT('purchase.completeSection.share.title') %> </ h5 >
23
+ < p > < %= ob.polyT('purchase.completeSection.share.body', { link: "< a class ='clrTEm ' href ='https://openbazaar.org '> https://openbazaar.org</ a > " }) %> </ p >
24
+ < div class ="flexRow flexKidsExpand gutterH ">
25
+ < % var shareURL = "https://openbazaar.org" %>
26
+ < a class ="btn btnThin clrP clrBr " href ="https://twitter.com/intent/tweet/?text=<%= ob.polyT('purchase.completeSection.share.shareMsg') %>&url=<%= shareURL %>&hashtags=TradeFree,bitcoin&related=openbazaar ">
27
+ < span class ="flexInline gutterHSm ">
28
+ < i class ="ion-social-twitter twitterColor "> </ i > < span > < %= ob.polyT('purchase.completeSection.share.postToTwitter') %> </ span >
29
+ </ span >
30
+ </ a >
31
+ < a class ="btn btnThin clrP clrBr " href ="https://www.facebook.com/sharer/sharer.php?u=<%= shareURL %> ">
32
+ < span class ="flexInline gutterHSm ">
33
+ < i class ="ion-social-facebook facebookColor "> </ i > < span > < %= ob.polyT('purchase.completeSection.share.postToFacebook') %> </ span >
34
+ </ span >
35
+ </ a >
36
+ < a class ="btn btnThin clrP clrBr " href ="https://pinterest.com/pin/create/button/?url=<%= shareURL %> ">
37
+ < span class ="flexInline gutterHSm ">
38
+ < i class ="ion-social-pinterest pinterestColor "> </ i > < span > < %= ob.polyT('purchase.completeSection.share.postToPinterest') %> </ span >
39
+ </ span >
40
+ </ a >
41
+ < a class ="btn btnThin clrP clrBr " href ="https://www.tumblr.com/share/link?url=<%= shareURL %>&name=OpenBazaar ">
42
+ < span class ="flexInline gutterHSm ">
43
+ < i class ="ion-social-tumblr tumblrColor "> </ i > < span > < %= ob.polyT('purchase.completeSection.share.postToTumblr') %> </ span >
44
+ </ span >
45
+ </ a >
46
+ </ div >
47
+ </ div >
22
48
< h5 > < %= ob.polyT('purchase.completeSection.vendorMessage') %> </ h5 >
23
49
< div class ="clrBr clrP flex gutterHSm message js-message ">
24
50
< div class ="avatar clrBr2 clrSh1 disc " style ="<%= ob.getAvatarBgImage(ob.ownProfile.avatarHashes) %> "> </ div >
0 commit comments