magic_addresses 0.0.27 → 0.0.28
Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: e6054aa7de7cb99752b5c07eabc6720f96a5277e
|
4
|
+
data.tar.gz: a6073e3ef8b9af2961689730618574178d49089f
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 64e8a00c0ab1f3ccbcb2274822adffccc163e941cdfc05530333bd47ac362b3eae14b5b769e48ee6e4f99ce78dcf9c4b50986cb29157a62ddcdf58da056d8520
|
7
|
+
data.tar.gz: 41c0a152c071e8848e4b18a9a5c0bac4bfe97418d537c58e6ae9218b04ed64ab8b1471cdfb799f1b1ad2c2336db8dfa93413937401228fbc3bb2bf5eabc82ce0
|
@@ -31,7 +31,7 @@
|
|
31
31
|
</td>
|
32
32
|
|
33
33
|
<td>
|
34
|
-
<strong><%= address.city ? address.city
|
34
|
+
<strong><%= address.city ? address.city : "- - -" %></strong>
|
35
35
|
</td>
|
36
36
|
|
37
37
|
<td>
|
@@ -48,19 +48,19 @@
|
|
48
48
|
|
49
49
|
|
50
50
|
<td>
|
51
|
-
<strong><%= address.state ? address.state
|
51
|
+
<strong><%= address.state ? address.state : "-" %></strong>
|
52
52
|
</td>
|
53
53
|
|
54
54
|
<td>
|
55
|
-
<strong><%= address.country ? address.country
|
55
|
+
<strong><%= address.country ? address.country : "-" %></strong>
|
56
56
|
</td>
|
57
57
|
|
58
58
|
<td>
|
59
|
-
<small><%= address.district ? address.district
|
59
|
+
<small><%= address.district ? address.district : "-" %></small>
|
60
60
|
</td>
|
61
61
|
|
62
62
|
<td>
|
63
|
-
<small><%= address.subdistrict ? address.subdistrict
|
63
|
+
<small><%= address.subdistrict ? address.subdistrict : "-" %></small>
|
64
64
|
</td>
|
65
65
|
|
66
66
|
<td>
|