ish_manager 0.1.8.458 → 0.1.8.459

Sign up to get free protection for your applications and to get access to all the features.
Files changed (34) hide show
  1. checksums.yaml +4 -4
  2. data/app/assets/stylesheets/ish_manager/appliances.scss +27 -0
  3. data/app/assets/stylesheets/ish_manager/application.scss +2 -1
  4. data/app/assets/stylesheets/ish_manager/leadsets.scss +14 -0
  5. data/app/controllers/ish_manager/appliance_tmpls_controller.rb +36 -0
  6. data/app/controllers/ish_manager/appliances_controller.rb +55 -0
  7. data/app/controllers/ish_manager/application_controller.rb +1 -0
  8. data/app/controllers/ish_manager/invoices_controller.rb +27 -1
  9. data/app/controllers/ish_manager/iro_option_gets_controller.rb +21 -23
  10. data/app/controllers/ish_manager/serverhosts_controller.rb +60 -0
  11. data/app/views/ish_manager/appliance_tmpls/_form.haml +14 -0
  12. data/app/views/ish_manager/appliance_tmpls/index.haml +14 -0
  13. data/app/views/ish_manager/appliances/_form.haml +15 -0
  14. data/app/views/ish_manager/appliances/_index.haml +21 -0
  15. data/app/views/ish_manager/appliances/edit.haml +5 -0
  16. data/app/views/ish_manager/appliances/index.haml +4 -0
  17. data/app/views/ish_manager/application/_main_header_admin.haml +18 -0
  18. data/app/views/ish_manager/email_templates/_marketing_node_1.html.erb +676 -0
  19. data/app/views/ish_manager/invoices/index.haml +4 -4
  20. data/app/views/ish_manager/invoices/new_pdf.haml +15 -0
  21. data/app/views/ish_manager/invoices/new_stripe.haml +38 -0
  22. data/app/views/ish_manager/iro_watches/index.haml +17 -5
  23. data/app/views/ish_manager/iro_watches/max_pain.haml +2 -0
  24. data/app/views/ish_manager/leads/show.haml +3 -1
  25. data/app/views/ish_manager/leadsets/show.haml +10 -3
  26. data/app/views/ish_manager/serverhosts/_form.haml +29 -0
  27. data/app/views/ish_manager/serverhosts/_index.haml +21 -0
  28. data/app/views/ish_manager/serverhosts/edit.haml +4 -0
  29. data/app/views/ish_manager/serverhosts/index.haml +8 -0
  30. data/app/views/ish_manager/user_profiles/_form.haml +4 -0
  31. data/config/routes.rb +9 -6
  32. metadata +35 -4
  33. data/app/views/ish_manager/invoices/new.haml +0 -7
  34. /data/app/views/ish_manager/invoices/{_form.haml → _form.haml-trash} +0 -0
@@ -0,0 +1,676 @@
1
+ <!doctype html>
2
+ <html xmlns="http://www.w3.org/1999/xhtml" xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office">
3
+ <head>
4
+ <!-- NAME: 1 COLUMN -->
5
+ <!--[if gte mso 15]>
6
+ <xml>
7
+ <o:OfficeDocumentSettings>
8
+ <o:AllowPNG/>
9
+ <o:PixelsPerInch>96</o:PixelsPerInch>
10
+ </o:OfficeDocumentSettings>
11
+ </xml>
12
+ <![endif]-->
13
+ <meta charset="UTF-8">
14
+ <meta http-equiv="X-UA-Compatible" content="IE=edge">
15
+ <meta name="viewport" content="width=device-width, initial-scale=1">
16
+ <title>*|MC:SUBJECT|*</title>
17
+
18
+ <style type="text/css">
19
+ p{
20
+ margin:10px 0;
21
+ padding:0;
22
+ }
23
+ table{
24
+ border-collapse:collapse;
25
+ }
26
+ h1,h2,h3,h4,h5,h6{
27
+ display:block;
28
+ margin:0;
29
+ padding:0;
30
+ }
31
+ img,a img{
32
+ border:0;
33
+ height:auto;
34
+ outline:none;
35
+ text-decoration:none;
36
+ }
37
+ body,#bodyTable,#bodyCell{
38
+ height:100%;
39
+ margin:0;
40
+ padding:0;
41
+ width:100%;
42
+ }
43
+ .mcnPreviewText{
44
+ display:none !important;
45
+ }
46
+ #outlook a{
47
+ padding:0;
48
+ }
49
+ img{
50
+ -ms-interpolation-mode:bicubic;
51
+ }
52
+ table{
53
+ mso-table-lspace:0pt;
54
+ mso-table-rspace:0pt;
55
+ }
56
+ .ReadMsgBody{
57
+ width:100%;
58
+ }
59
+ .ExternalClass{
60
+ width:100%;
61
+ }
62
+ p,a,li,td,blockquote{
63
+ mso-line-height-rule:exactly;
64
+ }
65
+ a[href^=tel],a[href^=sms]{
66
+ color:inherit;
67
+ cursor:default;
68
+ text-decoration:none;
69
+ }
70
+ p,a,li,td,body,table,blockquote{
71
+ -ms-text-size-adjust:100%;
72
+ -webkit-text-size-adjust:100%;
73
+ }
74
+ .ExternalClass,.ExternalClass p,.ExternalClass td,.ExternalClass div,.ExternalClass span,.ExternalClass font{
75
+ line-height:100%;
76
+ }
77
+ a[x-apple-data-detectors]{
78
+ color:inherit !important;
79
+ text-decoration:none !important;
80
+ font-size:inherit !important;
81
+ font-family:inherit !important;
82
+ font-weight:inherit !important;
83
+ line-height:inherit !important;
84
+ }
85
+ #bodyCell{
86
+ padding:10px;
87
+ }
88
+ .templateContainer{
89
+ max-width:600px !important;
90
+ }
91
+ a.mcnButton{
92
+ display:block;
93
+ }
94
+ .mcnImage,.mcnRetinaImage{
95
+ vertical-align:bottom;
96
+ }
97
+ .mcnTextContent{
98
+ word-break:break-word;
99
+ }
100
+ .mcnTextContent img{
101
+ height:auto !important;
102
+ }
103
+ .mcnDividerBlock{
104
+ table-layout:fixed !important;
105
+ }
106
+ /*
107
+ @tab Page
108
+ @section Background Style
109
+ @tip Set the background color and top border for your email. You may want to choose colors that match your company's branding.
110
+ */
111
+ body,#bodyTable{
112
+ /*@editable*/background-color:#FAFAFA;
113
+ }
114
+ /*
115
+ @tab Page
116
+ @section Background Style
117
+ @tip Set the background color and top border for your email. You may want to choose colors that match your company's branding.
118
+ */
119
+ #bodyCell{
120
+ /*@editable*/border-top:0;
121
+ }
122
+ /*
123
+ @tab Page
124
+ @section Email Border
125
+ @tip Set the border for your email.
126
+ */
127
+ .templateContainer{
128
+ /*@editable*/border:0;
129
+ }
130
+ /*
131
+ @tab Page
132
+ @section Heading 1
133
+ @tip Set the styling for all first-level headings in your emails. These should be the largest of your headings.
134
+ @style heading 1
135
+ */
136
+ h1{
137
+ /*@editable*/color:#202020;
138
+ /*@editable*/font-family:Helvetica;
139
+ /*@editable*/font-size:26px;
140
+ /*@editable*/font-style:normal;
141
+ /*@editable*/font-weight:bold;
142
+ /*@editable*/line-height:125%;
143
+ /*@editable*/letter-spacing:normal;
144
+ }
145
+ /*
146
+ @tab Page
147
+ @section Heading 2
148
+ @tip Set the styling for all second-level headings in your emails.
149
+ @style heading 2
150
+ */
151
+ h2{
152
+ /*@editable*/color:#202020;
153
+ /*@editable*/font-family:Helvetica;
154
+ /*@editable*/font-size:22px;
155
+ /*@editable*/font-style:normal;
156
+ /*@editable*/font-weight:bold;
157
+ /*@editable*/line-height:125%;
158
+ /*@editable*/letter-spacing:normal;
159
+ /*@editable*/text-align:left;
160
+ }
161
+ /*
162
+ @tab Page
163
+ @section Heading 3
164
+ @tip Set the styling for all third-level headings in your emails.
165
+ @style heading 3
166
+ */
167
+ h3{
168
+ /*@editable*/color:#202020;
169
+ /*@editable*/font-family:Helvetica;
170
+ /*@editable*/font-size:20px;
171
+ /*@editable*/font-style:normal;
172
+ /*@editable*/font-weight:bold;
173
+ /*@editable*/line-height:125%;
174
+ /*@editable*/letter-spacing:normal;
175
+ /*@editable*/text-align:left;
176
+ }
177
+ /*
178
+ @tab Page
179
+ @section Heading 4
180
+ @tip Set the styling for all fourth-level headings in your emails. These should be the smallest of your headings.
181
+ @style heading 4
182
+ */
183
+ h4{
184
+ /*@editable*/color:#202020;
185
+ /*@editable*/font-family:Helvetica;
186
+ /*@editable*/font-size:18px;
187
+ /*@editable*/font-style:normal;
188
+ /*@editable*/font-weight:bold;
189
+ /*@editable*/line-height:125%;
190
+ /*@editable*/letter-spacing:normal;
191
+ }
192
+ /*
193
+ @tab Preheader
194
+ @section Preheader Style
195
+ @tip Set the background color and borders for your email's preheader area.
196
+ */
197
+ #templatePreheader{
198
+ /*@editable*/background-color:#FAFAFA;
199
+ /*@editable*/background-image:none;
200
+ /*@editable*/background-repeat:no-repeat;
201
+ /*@editable*/background-position:center;
202
+ /*@editable*/background-size:cover;
203
+ /*@editable*/border-top:0;
204
+ /*@editable*/border-bottom:0;
205
+ /*@editable*/padding-top:9px;
206
+ /*@editable*/padding-bottom:9px;
207
+ }
208
+ /*
209
+ @tab Preheader
210
+ @section Preheader Text
211
+ @tip Set the styling for your email's preheader text. Choose a size and color that is easy to read.
212
+ */
213
+ #templatePreheader .mcnTextContent,#templatePreheader .mcnTextContent p{
214
+ /*@editable*/color:#656565;
215
+ /*@editable*/font-family:Helvetica;
216
+ /*@editable*/font-size:12px;
217
+ /*@editable*/line-height:150%;
218
+ /*@editable*/text-align:left;
219
+ }
220
+ /*
221
+ @tab Preheader
222
+ @section Preheader Link
223
+ @tip Set the styling for your email's preheader links. Choose a color that helps them stand out from your text.
224
+ */
225
+ #templatePreheader .mcnTextContent a,#templatePreheader .mcnTextContent p a{
226
+ /*@editable*/color:#656565;
227
+ /*@editable*/font-weight:normal;
228
+ /*@editable*/text-decoration:underline;
229
+ }
230
+ /*
231
+ @tab Header
232
+ @section Header Style
233
+ @tip Set the background color and borders for your email's header area.
234
+ */
235
+ #templateHeader{
236
+ /*@editable*/background-color:#FFFFFF;
237
+ /*@editable*/background-image:none;
238
+ /*@editable*/background-repeat:no-repeat;
239
+ /*@editable*/background-position:center;
240
+ /*@editable*/background-size:cover;
241
+ /*@editable*/border-top:0;
242
+ /*@editable*/border-bottom:0;
243
+ /*@editable*/padding-top:9px;
244
+ /*@editable*/padding-bottom:0;
245
+ }
246
+ /*
247
+ @tab Header
248
+ @section Header Text
249
+ @tip Set the styling for your email's header text. Choose a size and color that is easy to read.
250
+ */
251
+ #templateHeader .mcnTextContent,#templateHeader .mcnTextContent p{
252
+ /*@editable*/color:#202020;
253
+ /*@editable*/font-family:Helvetica;
254
+ /*@editable*/font-size:16px;
255
+ /*@editable*/line-height:150%;
256
+ /*@editable*/text-align:left;
257
+ }
258
+ /*
259
+ @tab Header
260
+ @section Header Link
261
+ @tip Set the styling for your email's header links. Choose a color that helps them stand out from your text.
262
+ */
263
+ #templateHeader .mcnTextContent a,#templateHeader .mcnTextContent p a{
264
+ /*@editable*/color:#007C89;
265
+ /*@editable*/font-weight:normal;
266
+ /*@editable*/text-decoration:underline;
267
+ }
268
+ /*
269
+ @tab Body
270
+ @section Body Style
271
+ @tip Set the background color and borders for your email's body area.
272
+ */
273
+ #templateBody{
274
+ /*@editable*/background-color:#FFFFFF;
275
+ /*@editable*/background-image:none;
276
+ /*@editable*/background-repeat:no-repeat;
277
+ /*@editable*/background-position:center;
278
+ /*@editable*/background-size:cover;
279
+ /*@editable*/border-top:0;
280
+ /*@editable*/border-bottom:2px solid #EAEAEA;
281
+ /*@editable*/padding-top:0;
282
+ /*@editable*/padding-bottom:9px;
283
+ }
284
+ /*
285
+ @tab Body
286
+ @section Body Text
287
+ @tip Set the styling for your email's body text. Choose a size and color that is easy to read.
288
+ */
289
+ #templateBody .mcnTextContent,#templateBody .mcnTextContent p{
290
+ /*@editable*/color:#202020;
291
+ /*@editable*/font-family:Helvetica;
292
+ /*@editable*/font-size:16px;
293
+ /*@editable*/line-height:150%;
294
+ /*@editable*/text-align:left;
295
+ }
296
+ /*
297
+ @tab Body
298
+ @section Body Link
299
+ @tip Set the styling for your email's body links. Choose a color that helps them stand out from your text.
300
+ */
301
+ #templateBody .mcnTextContent a,#templateBody .mcnTextContent p a{
302
+ /*@editable*/color:#007C89;
303
+ /*@editable*/font-weight:normal;
304
+ /*@editable*/text-decoration:underline;
305
+ }
306
+ /*
307
+ @tab Footer
308
+ @section Footer Style
309
+ @tip Set the background color and borders for your email's footer area.
310
+ */
311
+ #templateFooter{
312
+ /*@editable*/background-color:#FAFAFA;
313
+ /*@editable*/background-image:none;
314
+ /*@editable*/background-repeat:no-repeat;
315
+ /*@editable*/background-position:center;
316
+ /*@editable*/background-size:cover;
317
+ /*@editable*/border-top:0;
318
+ /*@editable*/border-bottom:0;
319
+ /*@editable*/padding-top:9px;
320
+ /*@editable*/padding-bottom:9px;
321
+ }
322
+ /*
323
+ @tab Footer
324
+ @section Footer Text
325
+ @tip Set the styling for your email's footer text. Choose a size and color that is easy to read.
326
+ */
327
+ #templateFooter .mcnTextContent,#templateFooter .mcnTextContent p{
328
+ /*@editable*/color:#656565;
329
+ /*@editable*/font-family:Helvetica;
330
+ /*@editable*/font-size:12px;
331
+ /*@editable*/line-height:150%;
332
+ /*@editable*/text-align:center;
333
+ }
334
+ /*
335
+ @tab Footer
336
+ @section Footer Link
337
+ @tip Set the styling for your email's footer links. Choose a color that helps them stand out from your text.
338
+ */
339
+ #templateFooter .mcnTextContent a,#templateFooter .mcnTextContent p a{
340
+ /*@editable*/color:#656565;
341
+ /*@editable*/font-weight:normal;
342
+ /*@editable*/text-decoration:underline;
343
+ }
344
+ @media only screen and (min-width:768px){
345
+ .templateContainer{
346
+ width:600px !important;
347
+ }
348
+
349
+ } @media only screen and (max-width: 480px){
350
+ body,table,td,p,a,li,blockquote{
351
+ -webkit-text-size-adjust:none !important;
352
+ }
353
+
354
+ } @media only screen and (max-width: 480px){
355
+ body{
356
+ width:100% !important;
357
+ min-width:100% !important;
358
+ }
359
+
360
+ } @media only screen and (max-width: 480px){
361
+ .mcnRetinaImage{
362
+ max-width:100% !important;
363
+ }
364
+
365
+ } @media only screen and (max-width: 480px){
366
+ .mcnImage{
367
+ width:100% !important;
368
+ }
369
+
370
+ } @media only screen and (max-width: 480px){
371
+ .mcnCartContainer,.mcnCaptionTopContent,.mcnRecContentContainer,.mcnCaptionBottomContent,.mcnTextContentContainer,.mcnBoxedTextContentContainer,.mcnImageGroupContentContainer,.mcnCaptionLeftTextContentContainer,.mcnCaptionRightTextContentContainer,.mcnCaptionLeftImageContentContainer,.mcnCaptionRightImageContentContainer,.mcnImageCardLeftTextContentContainer,.mcnImageCardRightTextContentContainer,.mcnImageCardLeftImageContentContainer,.mcnImageCardRightImageContentContainer{
372
+ max-width:100% !important;
373
+ width:100% !important;
374
+ }
375
+
376
+ } @media only screen and (max-width: 480px){
377
+ .mcnBoxedTextContentContainer{
378
+ min-width:100% !important;
379
+ }
380
+
381
+ } @media only screen and (max-width: 480px){
382
+ .mcnImageGroupContent{
383
+ padding:9px !important;
384
+ }
385
+
386
+ } @media only screen and (max-width: 480px){
387
+ .mcnCaptionLeftContentOuter .mcnTextContent,.mcnCaptionRightContentOuter .mcnTextContent{
388
+ padding-top:9px !important;
389
+ }
390
+
391
+ } @media only screen and (max-width: 480px){
392
+ .mcnImageCardTopImageContent,.mcnCaptionBottomContent:last-child .mcnCaptionBottomImageContent,.mcnCaptionBlockInner .mcnCaptionTopContent:last-child .mcnTextContent{
393
+ padding-top:18px !important;
394
+ }
395
+
396
+ } @media only screen and (max-width: 480px){
397
+ .mcnImageCardBottomImageContent{
398
+ padding-bottom:9px !important;
399
+ }
400
+
401
+ } @media only screen and (max-width: 480px){
402
+ .mcnImageGroupBlockInner{
403
+ padding-top:0 !important;
404
+ padding-bottom:0 !important;
405
+ }
406
+
407
+ } @media only screen and (max-width: 480px){
408
+ .mcnImageGroupBlockOuter{
409
+ padding-top:9px !important;
410
+ padding-bottom:9px !important;
411
+ }
412
+
413
+ } @media only screen and (max-width: 480px){
414
+ .mcnTextContent,.mcnBoxedTextContentColumn{
415
+ padding-right:18px !important;
416
+ padding-left:18px !important;
417
+ }
418
+
419
+ } @media only screen and (max-width: 480px){
420
+ .mcnImageCardLeftImageContent,.mcnImageCardRightImageContent{
421
+ padding-right:18px !important;
422
+ padding-bottom:0 !important;
423
+ padding-left:18px !important;
424
+ }
425
+
426
+ } @media only screen and (max-width: 480px){
427
+ .mcpreview-image-uploader{
428
+ display:none !important;
429
+ width:100% !important;
430
+ }
431
+
432
+ } @media only screen and (max-width: 480px){
433
+ /*
434
+ @tab Mobile Styles
435
+ @section Heading 1
436
+ @tip Make the first-level headings larger in size for better readability on small screens.
437
+ */
438
+ h1{
439
+ /*@editable*/font-size:22px !important;
440
+ /*@editable*/line-height:125% !important;
441
+ }
442
+
443
+ } @media only screen and (max-width: 480px){
444
+ /*
445
+ @tab Mobile Styles
446
+ @section Heading 2
447
+ @tip Make the second-level headings larger in size for better readability on small screens.
448
+ */
449
+ h2{
450
+ /*@editable*/font-size:20px !important;
451
+ /*@editable*/line-height:125% !important;
452
+ }
453
+
454
+ } @media only screen and (max-width: 480px){
455
+ /*
456
+ @tab Mobile Styles
457
+ @section Heading 3
458
+ @tip Make the third-level headings larger in size for better readability on small screens.
459
+ */
460
+ h3{
461
+ /*@editable*/font-size:18px !important;
462
+ /*@editable*/line-height:125% !important;
463
+ }
464
+
465
+ } @media only screen and (max-width: 480px){
466
+ /*
467
+ @tab Mobile Styles
468
+ @section Heading 4
469
+ @tip Make the fourth-level headings larger in size for better readability on small screens.
470
+ */
471
+ h4{
472
+ /*@editable*/font-size:16px !important;
473
+ /*@editable*/line-height:150% !important;
474
+ }
475
+
476
+ } @media only screen and (max-width: 480px){
477
+ /*
478
+ @tab Mobile Styles
479
+ @section Boxed Text
480
+ @tip Make the boxed text larger in size for better readability on small screens. We recommend a font size of at least 16px.
481
+ */
482
+ .mcnBoxedTextContentContainer .mcnTextContent,.mcnBoxedTextContentContainer .mcnTextContent p{
483
+ /*@editable*/font-size:14px !important;
484
+ /*@editable*/line-height:150% !important;
485
+ }
486
+
487
+ } @media only screen and (max-width: 480px){
488
+ /*
489
+ @tab Mobile Styles
490
+ @section Preheader Visibility
491
+ @tip Set the visibility of the email's preheader on small screens. You can hide it to save space.
492
+ */
493
+ #templatePreheader{
494
+ /*@editable*/display:block !important;
495
+ }
496
+
497
+ } @media only screen and (max-width: 480px){
498
+ /*
499
+ @tab Mobile Styles
500
+ @section Preheader Text
501
+ @tip Make the preheader text larger in size for better readability on small screens.
502
+ */
503
+ #templatePreheader .mcnTextContent,#templatePreheader .mcnTextContent p{
504
+ /*@editable*/font-size:14px !important;
505
+ /*@editable*/line-height:150% !important;
506
+ }
507
+
508
+ } @media only screen and (max-width: 480px){
509
+ /*
510
+ @tab Mobile Styles
511
+ @section Header Text
512
+ @tip Make the header text larger in size for better readability on small screens.
513
+ */
514
+ #templateHeader .mcnTextContent,#templateHeader .mcnTextContent p{
515
+ /*@editable*/font-size:16px !important;
516
+ /*@editable*/line-height:150% !important;
517
+ }
518
+
519
+ } @media only screen and (max-width: 480px){
520
+ /*
521
+ @tab Mobile Styles
522
+ @section Body Text
523
+ @tip Make the body text larger in size for better readability on small screens. We recommend a font size of at least 16px.
524
+ */
525
+ #templateBody .mcnTextContent,#templateBody .mcnTextContent p{
526
+ /*@editable*/font-size:16px !important;
527
+ /*@editable*/line-height:150% !important;
528
+ }
529
+
530
+ } @media only screen and (max-width: 480px){
531
+ /*
532
+ @tab Mobile Styles
533
+ @section Footer Text
534
+ @tip Make the footer content text larger in size for better readability on small screens.
535
+ */
536
+ #templateFooter .mcnTextContent,#templateFooter .mcnTextContent p{
537
+ /*@editable*/font-size:14px !important;
538
+ /*@editable*/line-height:150% !important;
539
+ }
540
+
541
+ }</style></head>
542
+ <body>
543
+ <!--*|IF:MC_PREVIEW_TEXT|*-->
544
+ <!--[if !gte mso 9]><!----><span class="mcnPreviewText" style="display:none; font-size:0px; line-height:0px; max-height:0px; max-width:0px; opacity:0; overflow:hidden; visibility:hidden; mso-hide:all;">Wasya Co offers exceptional deployment & development services in nodejs and a variety of other software stacks.</span><!--<![endif]-->
545
+ <!--*|END:IF|*-->
546
+ <center>
547
+ <br />
548
+
549
+ <table align="center" border="0" cellpadding="0" cellspacing="0" height="100%" width="100%" id="bodyTable">
550
+ <tr>
551
+ <td align="center" valign="top" id="bodyCell">
552
+ <!-- BEGIN TEMPLATE // -->
553
+ <!--[if (gte mso 9)|(IE)]>
554
+ <table align="center" border="0" cellspacing="0" cellpadding="0" width="600" style="width:600px;">
555
+ <tr>
556
+ <td align="center" valign="top" width="600" style="width:600px;">
557
+ <![endif]-->
558
+ <table border="0" cellpadding="0" cellspacing="0" width="100%" class="templateContainer">
559
+
560
+ <tr>
561
+ <td valign="top" id="templateBody"><table border="0" cellpadding="0" cellspacing="0" width="100%" class="mcnTextBlock" style="min-width:100%;">
562
+
563
+
564
+ <tbody class="mcnTextBlockOuter">
565
+ <tr>
566
+ <td valign="top" class="mcnTextBlockInner" style="padding-top:9px;">
567
+ <!--[if mso]>
568
+ <table align="left" border="0" cellspacing="0" cellpadding="0" width="100%" style="width:100%;">
569
+ <tr>
570
+ <![endif]-->
571
+
572
+ <!--[if mso]>
573
+ <td valign="top" width="600" style="width:600px;">
574
+ <![endif]-->
575
+ <table border="0" cellpadding="0" cellspacing="0" style="max-width:100%; min-width:100%;" width="100%" class="mcnTextContentContainer">
576
+ <tbody><tr >
577
+
578
+ <td align="right" valign="top" class="mcnTextContent" style="padding-top:0; padding-right:18px; padding-bottom:9px; padding-left:18px;">
579
+
580
+ <table cellpadding="0" cellspacing="0" width="100%">
581
+ <tr>
582
+ <td align="center">
583
+ <br />
584
+ <img src="https://d15g8hc4183yn4.cloudfront.net/wp-content/uploads/2022/09/29185755/259x66-WasyaCo-Logo-YellowShadow.png" alt="Wasya Co [logo]" />
585
+ </td>
586
+ </tr>
587
+ </table>
588
+ <br /><br />
589
+
590
+ <table cellpadding="0" cellspacing="0" width="100%">
591
+ <tr>
592
+ <td align="right">
593
+ <img src="https://wasya.co/wp-content/uploads/2023/09/250x250-girl-pointing-1.png" alt="Good-looking office assistant" />
594
+ </td>
595
+ <td align="right" valign="top">
596
+ <br />
597
+ <h1>NodeJs & ReactJs</h1>
598
+ <h4><i>Devops & App Development</i></h4>
599
+
600
+ </td>
601
+ </tr>
602
+ </table>
603
+
604
+
605
+
606
+
607
+ <br />
608
+ <table align="center" border="0" cellpadding="0" cellspacing="0" >
609
+ <tbody><tr><td>
610
+ <p >Wasya Co offers exceptional deployment & development services <br />in nodejs and a variety of other software stacks.</p>
611
+ </td></tr></tbody>
612
+ </table>
613
+
614
+ <table border="0" cellpadding="0" cellspacing="0" width="100%" class="mcnButtonBlock" style="min-width:100%;">
615
+ <tbody class="mcnButtonBlockOuter">
616
+ <tr>
617
+ <td style="padding-top:0; padding-right:18px; padding-bottom:18px; padding-left:18px;" valign="top" align="right" class="mcnButtonBlockInner">
618
+ <table border="0" cellpadding="0" cellspacing="0" class="mcnButtonContentContainer" style="border-collapse: separate !important;border-radius: 3px;background-color: #009FC7;">
619
+ <tbody>
620
+ <tr>
621
+ <td align="right" valign="middle" class="mcnButtonContent" style="font-family: Helvetica; font-size: 18px; padding: 18px;">
622
+
623
+
624
+ <a class="mcnButton " title="Read More" href="https://tidycal.com/wasya-co/30min" target="_blank" style="font-weight: bold;letter-spacing: -0.5px;line-height: 100%;text-align: center;text-decoration: none;color: #FFFFFF;">Chat with us Now!</a>
625
+ </td>
626
+ </tr>
627
+ </tbody>
628
+ </table>
629
+ </td>
630
+ <td width="50" ></td>
631
+ </tr>
632
+ </tbody>
633
+ </table>
634
+
635
+
636
+ </td>
637
+ </tr>
638
+ </tbody></table>
639
+ <!--[if mso]>
640
+ </td>
641
+ <![endif]-->
642
+
643
+ <!--[if mso]>
644
+ </tr>
645
+ </table>
646
+ <![endif]-->
647
+ </td>
648
+ </tr>
649
+ </tbody>
650
+ </table></td>
651
+ </tr>
652
+ <tr>
653
+ <td valign="top" id="templateFooter"><table border="0" cellpadding="0" cellspacing="0" width="100%" class="mcnFollowBlock" style="min-width:100%;">
654
+ <tbody class="mcnFollowBlockOuter">
655
+ <tr>
656
+ <td align="center" valign="top" style="padding:9px" class="mcnFollowBlockInner">
657
+
658
+
659
+ </td>
660
+ </tr>
661
+ </tbody>
662
+ </table></td>
663
+ </tr>
664
+ </table>
665
+ <!--[if (gte mso 9)|(IE)]>
666
+ </td>
667
+ </tr>
668
+ </table>
669
+ <![endif]-->
670
+ <!-- // END TEMPLATE -->
671
+ </td>
672
+ </tr>
673
+ </table>
674
+ </center>
675
+
676
+ </html>
@@ -15,7 +15,7 @@
15
15
  %thead
16
16
  %tr
17
17
  %th
18
- %th Leadset
18
+ %th Email
19
19
  %th Number
20
20
  %th Amount
21
21
  %th Amount Paid
@@ -24,8 +24,8 @@
24
24
  - @invoices.each do |i|
25
25
  %tr
26
26
  %td= link_to "View", invoice_path( i )
27
- %td= i.leadset.name
27
+ %td= i.email
28
28
  %td= i.number
29
- %td= i.amount
30
- %td= i.paid_amount
29
+ %td= i.amount_cents
30
+ %td= i.paid_amount_cents
31
31
  %td= i.created_at.to_s[0..10]