lalala 4.0.0.dev.288 → 4.0.0.dev.291
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/lib/generators/lalala/install/templates/application_mailer.html.erb +204 -31
- data/lib/lalala/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: ac5ad4fa77c2f7dd36146ea2b9f51002313f318b
|
4
|
+
data.tar.gz: ba009bda5675a238ed8e15345094f7ae79b4a501
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 9f043cc7bc30a4adde94d2fb8de5801dbbe2de9abea7c8c7edec80591e4eb8197a7d4403d6c317043d152907f00ddfb77cd07c12ea7bfed75538d640f8f1a6a8
|
7
|
+
data.tar.gz: 82745453f1b7d5a676832e25673e12124a07d5930cae9dc9d12f2f35675ce4b092efde2670d7fc53b683321fb531d51886f5268fad429c3cd6add4521062e61b
|
@@ -1,6 +1,6 @@
|
|
1
1
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD XHTML 1.0 Transitional //EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html><head><title></title><meta http-equiv="Content-Type" content="text/html; charset=utf-8"><meta name="viewport" content="width=320, target-densitydpi=device-dpi">
|
2
2
|
<style type="text/css">
|
3
|
-
|
3
|
+
|
4
4
|
@media only screen and (max-width: 660px) {
|
5
5
|
table[class=w0], td[class=w0] { width: 0 !important; }
|
6
6
|
table[class=w10], td[class=w10], img[class=w10] { width:10px !important; }
|
@@ -34,40 +34,40 @@ p[class=footer-content-left] { text-align: center !important; }
|
|
34
34
|
.header-content, .footer-content-left {-webkit-text-size-adjust: 80% !important; -ms-text-size-adjust: 80% !important;}
|
35
35
|
img { height: auto; line-height: 100%;}
|
36
36
|
}
|
37
|
-
|
38
|
-
#outlook a { padding: 0; }
|
37
|
+
|
38
|
+
#outlook a { padding: 0; }
|
39
39
|
body { width: 100% !important; }
|
40
40
|
.ReadMsgBody { width: 100%; }
|
41
|
-
.ExternalClass { width: 100%; display:block !important; }
|
42
|
-
|
43
|
-
|
41
|
+
.ExternalClass { width: 100%; display:block !important; }
|
42
|
+
|
43
|
+
|
44
44
|
body { background-color: #c7c7c7; margin: 0; padding: 0; }
|
45
45
|
img { outline: none; text-decoration: none; display: block;}
|
46
46
|
br, strong br, b br, em br, i br { line-height:100%; }
|
47
47
|
h1, h2, h3, h4, h5, h6 { line-height: 100% !important; -webkit-font-smoothing: antialiased; }
|
48
48
|
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { color: blue !important; }
|
49
49
|
h1 a:active, h2 a:active, h3 a:active, h4 a:active, h5 a:active, h6 a:active { color: red !important; }
|
50
|
-
|
50
|
+
|
51
51
|
h1 a:visited, h2 a:visited, h3 a:visited, h4 a:visited, h5 a:visited, h6 a:visited { color: purple !important; }
|
52
|
-
|
52
|
+
|
53
53
|
table td, table tr { border-collapse: collapse; }
|
54
54
|
.yshortcuts, .yshortcuts a, .yshortcuts a:link,.yshortcuts a:visited, .yshortcuts a:hover, .yshortcuts a span {
|
55
55
|
color: black; text-decoration: none !important; border-bottom: none !important; background: none !important;
|
56
|
-
}
|
57
|
-
|
56
|
+
}
|
57
|
+
|
58
58
|
code {
|
59
59
|
white-space: normal;
|
60
60
|
word-break: break-all;
|
61
61
|
}
|
62
62
|
#background-table { background-color: #c7c7c7; }
|
63
|
-
|
63
|
+
|
64
64
|
#top-bar { border-radius:6px 6px 0px 0px; -moz-border-radius: 6px 6px 0px 0px; -webkit-border-radius:6px 6px 0px 0px; -webkit-font-smoothing: antialiased; background-color: #2E2E2E; color: #888888; }
|
65
65
|
#top-bar a { font-weight: bold; color: #eeeeee; text-decoration: none;}
|
66
66
|
#footer { border-radius:0px 0px 6px 6px; -moz-border-radius: 0px 0px 6px 6px; -webkit-border-radius:0px 0px 6px 6px; -webkit-font-smoothing: antialiased; }
|
67
|
-
|
67
|
+
|
68
68
|
body, td { font-family: 'Helvetica Neue', Arial, Helvetica, Geneva, sans-serif; }
|
69
69
|
.header-content, .footer-content-left, .footer-content-right { -webkit-text-size-adjust: none; -ms-text-size-adjust: none; }
|
70
|
-
|
70
|
+
|
71
71
|
.header-content { font-size: 12px; color: #888888; }
|
72
72
|
.header-content a { font-weight: bold; color: #eeeeee; text-decoration: none; }
|
73
73
|
#headline p { color: #eeeeee; font-family: HelveticaNeue, sans-serif; font-size: 36px; text-align: center; margin-top:0px; margin-bottom:30px; }
|
@@ -95,31 +95,113 @@ body, td { font-family: 'Helvetica Neue', Arial, Helvetica, Geneva, sans-serif;
|
|
95
95
|
<!--[if gte mso 9]>
|
96
96
|
<style _tmplitem="347" >
|
97
97
|
.article-content ol, .article-content ul {
|
98
|
-
margin: 0 0 0 24px;
|
99
|
-
padding: 0;
|
100
|
-
list-style-position: inside;
|
98
|
+
margin: 0 0 0 24px !important;
|
99
|
+
padding: 0 !important;
|
100
|
+
list-style-position: inside !important;
|
101
101
|
}
|
102
102
|
</style>
|
103
103
|
<![endif]-->
|
104
104
|
</head>
|
105
|
-
<body>
|
106
|
-
<table id="background-table" border="0" cellpadding="0" cellspacing="0" width="100%">
|
107
|
-
<tbody
|
105
|
+
<body style="width:100% !important;background-color:#c7c7c7;margin-top:0;margin-bottom:0;margin-right:0;margin-left:0;padding-top:0;padding-bottom:0;padding-right:0;padding-left:0;font-family:'Helvetica Neue', Arial, Helvetica, Geneva, sans-serif;" >
|
106
|
+
<table id="background-table" border="0" cellpadding="0" cellspacing="0" width="100%" style="background-color:#c7c7c7;" >
|
107
|
+
<tbody>
|
108
|
+
<tr style="border-collapse:collapse;" >
|
109
|
+
<td align="center" bgcolor="#c7c7c7" style="font-family:'Helvetica Neue', Arial, Helvetica, Geneva, sans-serif;border-collapse:collapse;" >
|
110
|
+
<table class="w640" border="0" cellpadding="0" cellspacing="0" width="640" style="margin-top:0;margin-bottom:0;margin-right:10px;margin-left:10px;" >
|
111
|
+
<tbody>
|
112
|
+
<tr style="border-collapse:collapse;" >
|
113
|
+
<td class="w640" height="20" width="640" style="font-family:'Helvetica Neue', Arial, Helvetica, Geneva, sans-serif;border-collapse:collapse;" >
|
114
|
+
</td>
|
115
|
+
</tr>
|
116
|
+
<tr style="border-collapse:collapse;" >
|
117
|
+
<td class="w640" width="640" style="font-family:'Helvetica Neue', Arial, Helvetica, Geneva, sans-serif;border-collapse:collapse;" >
|
118
|
+
<table id="top-bar" class="w640" bgcolor="#000000" border="0" cellpadding="0" cellspacing="0" width="640" style="border-radius:6px 6px 0px 0px;-moz-border-radius:6px 6px 0px 0px;-webkit-border-radius:6px 6px 0px 0px;-webkit-font-smoothing:antialiased;background-color:#2E2E2E;color:#888888;" >
|
119
|
+
<tbody>
|
120
|
+
<tr style="border-collapse:collapse;" >
|
121
|
+
<td class="w15" width="15" style="font-family:'Helvetica Neue', Arial, Helvetica, Geneva, sans-serif;border-collapse:collapse;" >
|
122
|
+
</td>
|
123
|
+
<td class="w325" align="left" valign="middle" width="350" style="font-family:'Helvetica Neue', Arial, Helvetica, Geneva, sans-serif;border-collapse:collapse;" >
|
124
|
+
<table class="w325" border="0" cellpadding="0" cellspacing="0" width="350">
|
125
|
+
<tbody>
|
126
|
+
<tr style="border-collapse:collapse;" >
|
127
|
+
<td class="w325" height="8" width="350" style="font-family:'Helvetica Neue', Arial, Helvetica, Geneva, sans-serif;border-collapse:collapse;" >
|
128
|
+
</td>
|
129
|
+
</tr>
|
130
|
+
</tbody>
|
131
|
+
</table>
|
108
132
|
|
109
133
|
|
110
134
|
<!-- TOP BAR CONTENT -->
|
111
|
-
<div class="header-content">
|
112
|
-
|
135
|
+
<div class="header-content" style="-webkit-text-size-adjust:none;-ms-text-size-adjust:none;font-size:12px;color:#888888;" >
|
136
|
+
SITE NAME
|
113
137
|
</div>
|
114
138
|
<!-- /TOP BAR CONTENT -->
|
115
139
|
|
116
140
|
|
117
|
-
<table class="w325" border="0" cellpadding="0" cellspacing="0" width="350"
|
141
|
+
<table class="w325" border="0" cellpadding="0" cellspacing="0" width="350">
|
142
|
+
<tbody>
|
143
|
+
<tr style="border-collapse:collapse;" >
|
144
|
+
<td class="w325" height="8" width="350" style="font-family:'Helvetica Neue', Arial, Helvetica, Geneva, sans-serif;border-collapse:collapse;" >
|
145
|
+
</td>
|
146
|
+
</tr>
|
147
|
+
</tbody>
|
148
|
+
</table>
|
149
|
+
</td>
|
150
|
+
<td class="w30" width="30" style="font-family:'Helvetica Neue', Arial, Helvetica, Geneva, sans-serif;border-collapse:collapse;" >
|
151
|
+
</td>
|
152
|
+
<td class="w255" align="right" valign="middle" width="255" style="font-family:'Helvetica Neue', Arial, Helvetica, Geneva, sans-serif;border-collapse:collapse;" >
|
153
|
+
<table class="w255" border="0" cellpadding="0" cellspacing="0" width="255">
|
154
|
+
<tbody>
|
155
|
+
<tr style="border-collapse:collapse;" >
|
156
|
+
<td class="w255" height="8" width="255" style="font-family:'Helvetica Neue', Arial, Helvetica, Geneva, sans-serif;border-collapse:collapse;" >
|
157
|
+
</td>
|
158
|
+
</tr>
|
159
|
+
</tbody>
|
160
|
+
</table>
|
161
|
+
<table border="0" cellpadding="0" cellspacing="0">
|
162
|
+
<tbody>
|
163
|
+
<tr style="border-collapse:collapse;" >
|
164
|
+
</tr>
|
165
|
+
</tbody>
|
166
|
+
</table>
|
167
|
+
<table class="w255" border="0" cellpadding="0" cellspacing="0" width="255">
|
168
|
+
<tbody>
|
169
|
+
<tr style="border-collapse:collapse;" >
|
170
|
+
<td class="w255" height="8" width="255" style="font-family:'Helvetica Neue', Arial, Helvetica, Geneva, sans-serif;border-collapse:collapse;" >
|
171
|
+
</td>
|
172
|
+
</tr>
|
173
|
+
</tbody>
|
174
|
+
</table>
|
175
|
+
</td>
|
176
|
+
<td class="w15" width="15" style="font-family:'Helvetica Neue', Arial, Helvetica, Geneva, sans-serif;border-collapse:collapse;" >
|
177
|
+
</td>
|
178
|
+
</tr>
|
179
|
+
</tbody>
|
180
|
+
</table>
|
181
|
+
</td>
|
182
|
+
</tr>
|
183
|
+
<tr style="border-collapse:collapse;" >
|
184
|
+
<td id="header" class="w640" align="center" bgcolor="#000000" width="640" style="font-family:'Helvetica Neue', Arial, Helvetica, Geneva, sans-serif;border-collapse:collapse;" >
|
185
|
+
<table class="w640" border="0" cellpadding="0" cellspacing="0" width="640">
|
186
|
+
<tbody>
|
187
|
+
<tr style="border-collapse:collapse;" >
|
188
|
+
<td class="w30" width="30" style="font-family:'Helvetica Neue', Arial, Helvetica, Geneva, sans-serif;border-collapse:collapse;" >
|
189
|
+
</td>
|
190
|
+
<td class="w580" height="30" width="580" style="font-family:'Helvetica Neue', Arial, Helvetica, Geneva, sans-serif;border-collapse:collapse;" >
|
191
|
+
</td>
|
192
|
+
<td class="w30" width="30" style="font-family:'Helvetica Neue', Arial, Helvetica, Geneva, sans-serif;border-collapse:collapse;" >
|
193
|
+
</td>
|
194
|
+
</tr>
|
195
|
+
<tr style="border-collapse:collapse;" >
|
196
|
+
<td class="w30" width="30" style="font-family:'Helvetica Neue', Arial, Helvetica, Geneva, sans-serif;border-collapse:collapse;" >
|
197
|
+
</td>
|
198
|
+
<td class="w580" width="580" style="font-family:'Helvetica Neue', Arial, Helvetica, Geneva, sans-serif;border-collapse:collapse;" >
|
199
|
+
|
118
200
|
|
119
201
|
|
120
202
|
<!-- LOGO -->
|
121
203
|
<div id="headline" align="center">
|
122
|
-
<p>
|
204
|
+
<p style="color:#eeeeee;font-family:HelveticaNeue, sans-serif;font-size:36px;text-align:center;margin-top:0px;margin-bottom:30px;" >
|
123
205
|
<strong>
|
124
206
|
LOGO
|
125
207
|
</strong>
|
@@ -128,7 +210,28 @@ body, td { font-family: 'Helvetica Neue', Arial, Helvetica, Geneva, sans-serif;
|
|
128
210
|
<!-- /LOGO -->
|
129
211
|
|
130
212
|
|
131
|
-
|
213
|
+
|
214
|
+
</td>
|
215
|
+
<td class="w30" width="30" style="font-family:'Helvetica Neue', Arial, Helvetica, Geneva, sans-serif;border-collapse:collapse;" >
|
216
|
+
</td>
|
217
|
+
</tr>
|
218
|
+
</tbody>
|
219
|
+
</table>
|
220
|
+
</td>
|
221
|
+
</tr>
|
222
|
+
<tr style="border-collapse:collapse;" >
|
223
|
+
<td class="w640" bgcolor="#ffffff" height="30" width="640" style="font-family:'Helvetica Neue', Arial, Helvetica, Geneva, sans-serif;border-collapse:collapse;" >
|
224
|
+
</td>
|
225
|
+
</tr>
|
226
|
+
<tr id="simple-content-row" style="border-collapse:collapse;" >
|
227
|
+
<td class="w640" bgcolor="#ffffff" width="640" style="font-family:'Helvetica Neue', Arial, Helvetica, Geneva, sans-serif;border-collapse:collapse;" >
|
228
|
+
<table class="w640" border="0" cellpadding="0" cellspacing="0" width="640">
|
229
|
+
<tbody>
|
230
|
+
<tr style="border-collapse:collapse;" >
|
231
|
+
<td class="w30" width="30" style="font-family:'Helvetica Neue', Arial, Helvetica, Geneva, sans-serif;border-collapse:collapse;" >
|
232
|
+
</td>
|
233
|
+
<td class="w580" width="580" style="font-family:'Helvetica Neue', Arial, Helvetica, Geneva, sans-serif;border-collapse:collapse;" >
|
234
|
+
|
132
235
|
|
133
236
|
|
134
237
|
<!-- CONTENT -->
|
@@ -136,24 +239,94 @@ body, td { font-family: 'Helvetica Neue', Arial, Helvetica, Geneva, sans-serif;
|
|
136
239
|
<!-- /CONTENT -->
|
137
240
|
|
138
241
|
|
139
|
-
|
242
|
+
|
243
|
+
</td>
|
244
|
+
<td class="w30" width="30" style="font-family:'Helvetica Neue', Arial, Helvetica, Geneva, sans-serif;border-collapse:collapse;" >
|
245
|
+
</td>
|
246
|
+
</tr>
|
247
|
+
</tbody>
|
248
|
+
</table>
|
249
|
+
</td>
|
250
|
+
</tr>
|
251
|
+
<tr style="border-collapse:collapse;" >
|
252
|
+
<td class="w640" bgcolor="#ffffff" height="15" width="640" style="font-family:'Helvetica Neue', Arial, Helvetica, Geneva, sans-serif;border-collapse:collapse;" >
|
253
|
+
</td>
|
254
|
+
</tr>
|
255
|
+
<tr style="border-collapse:collapse;" >
|
256
|
+
<td class="w640" width="640" style="font-family:'Helvetica Neue', Arial, Helvetica, Geneva, sans-serif;border-collapse:collapse;" >
|
257
|
+
<table id="footer" class="w640" bgcolor="#000000" border="0" cellpadding="0" cellspacing="0" width="640" style="border-radius:0px 0px 6px 6px;-moz-border-radius:0px 0px 6px 6px;-webkit-border-radius:0px 0px 6px 6px;-webkit-font-smoothing:antialiased;background-color:#000000;color:#888888;" >
|
258
|
+
<tbody>
|
259
|
+
<tr style="border-collapse:collapse;" >
|
260
|
+
<td class="w30" width="30" style="font-family:'Helvetica Neue', Arial, Helvetica, Geneva, sans-serif;border-collapse:collapse;" >
|
261
|
+
</td>
|
262
|
+
<td class="w580 h0" height="30" width="360" style="font-family:'Helvetica Neue', Arial, Helvetica, Geneva, sans-serif;border-collapse:collapse;" >
|
263
|
+
</td>
|
264
|
+
<td class="w0" width="60" style="font-family:'Helvetica Neue', Arial, Helvetica, Geneva, sans-serif;border-collapse:collapse;" >
|
265
|
+
</td>
|
266
|
+
<td class="w0" width="160" style="font-family:'Helvetica Neue', Arial, Helvetica, Geneva, sans-serif;border-collapse:collapse;" >
|
267
|
+
</td>
|
268
|
+
<td class="w30" width="30" style="font-family:'Helvetica Neue', Arial, Helvetica, Geneva, sans-serif;border-collapse:collapse;" >
|
269
|
+
</td>
|
270
|
+
</tr>
|
271
|
+
<tr style="border-collapse:collapse;" >
|
272
|
+
<td class="w30" width="30" style="font-family:'Helvetica Neue', Arial, Helvetica, Geneva, sans-serif;border-collapse:collapse;" >
|
273
|
+
</td>
|
274
|
+
<td class="w580" valign="top" width="360" style="font-family:'Helvetica Neue', Arial, Helvetica, Geneva, sans-serif;border-collapse:collapse;" >
|
275
|
+
|
140
276
|
|
141
277
|
|
142
278
|
<!-- FOOTER CONTENT LEFT -->
|
143
|
-
<p class="footer-content-left" align="left">
|
144
|
-
FOOTER LEFT
|
279
|
+
<p class="footer-content-left" align="left" style="-webkit-text-size-adjust:none;-ms-text-size-adjust:none;font-size:12px;line-height:15px;color:#888888;margin-top:0px;margin-bottom:15px;" >
|
280
|
+
FOOTER CONTENT LEFT
|
145
281
|
</p>
|
146
282
|
<!-- /FOOTER CONTENT LEFT -->
|
147
283
|
|
148
284
|
|
149
|
-
|
285
|
+
|
286
|
+
</td>
|
287
|
+
<td class="hide w0" width="60" style="font-family:'Helvetica Neue', Arial, Helvetica, Geneva, sans-serif;border-collapse:collapse;" >
|
288
|
+
</td>
|
289
|
+
<td class="hide w0" valign="top" width="160" style="font-family:'Helvetica Neue', Arial, Helvetica, Geneva, sans-serif;border-collapse:collapse;" >
|
290
|
+
|
150
291
|
|
151
292
|
|
152
293
|
<!-- FOOTER CONTENT RIGHT -->
|
153
|
-
<p class="footer-content-right" align="right">
|
154
|
-
FOOTER RIGHT
|
294
|
+
<p class="footer-content-right" align="right" style="-webkit-text-size-adjust:none;-ms-text-size-adjust:none;font-size:11px;line-height:16px;color:#888888;margin-top:0px;margin-bottom:15px;" >
|
295
|
+
FOOTER CONTENT RIGHT
|
155
296
|
</p>
|
156
297
|
<!-- /FOOTER CONTENT RIGHT -->
|
157
298
|
|
158
299
|
|
159
|
-
|
300
|
+
|
301
|
+
</td>
|
302
|
+
<td class="w30" width="30" style="font-family:'Helvetica Neue', Arial, Helvetica, Geneva, sans-serif;border-collapse:collapse;" >
|
303
|
+
</td>
|
304
|
+
</tr>
|
305
|
+
<tr style="border-collapse:collapse;" >
|
306
|
+
<td class="w30" width="30" style="font-family:'Helvetica Neue', Arial, Helvetica, Geneva, sans-serif;border-collapse:collapse;" >
|
307
|
+
</td>
|
308
|
+
<td class="w580 h0" height="15" width="360" style="font-family:'Helvetica Neue', Arial, Helvetica, Geneva, sans-serif;border-collapse:collapse;" >
|
309
|
+
</td>
|
310
|
+
<td class="w0" width="60" style="font-family:'Helvetica Neue', Arial, Helvetica, Geneva, sans-serif;border-collapse:collapse;" >
|
311
|
+
</td>
|
312
|
+
<td class="w0" width="160" style="font-family:'Helvetica Neue', Arial, Helvetica, Geneva, sans-serif;border-collapse:collapse;" >
|
313
|
+
</td>
|
314
|
+
<td class="w30" width="30" style="font-family:'Helvetica Neue', Arial, Helvetica, Geneva, sans-serif;border-collapse:collapse;" >
|
315
|
+
</td>
|
316
|
+
</tr>
|
317
|
+
</tbody>
|
318
|
+
</table>
|
319
|
+
</td>
|
320
|
+
</tr>
|
321
|
+
<tr style="border-collapse:collapse;" >
|
322
|
+
<td class="w640" height="60" width="640" style="font-family:'Helvetica Neue', Arial, Helvetica, Geneva, sans-serif;border-collapse:collapse;" >
|
323
|
+
</td>
|
324
|
+
</tr>
|
325
|
+
</tbody>
|
326
|
+
</table>
|
327
|
+
</td>
|
328
|
+
</tr>
|
329
|
+
</tbody>
|
330
|
+
</table>
|
331
|
+
</body>
|
332
|
+
</html>
|
data/lib/lalala/version.rb
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: lalala
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 4.0.0.dev.
|
4
|
+
version: 4.0.0.dev.291
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Simon Menke
|
@@ -13,7 +13,7 @@ authors:
|
|
13
13
|
autorequire:
|
14
14
|
bindir: bin
|
15
15
|
cert_chain: []
|
16
|
-
date: 2014-02-
|
16
|
+
date: 2014-02-25 00:00:00.000000000 Z
|
17
17
|
dependencies:
|
18
18
|
- !ruby/object:Gem::Dependency
|
19
19
|
name: activeadmin
|