exception_handler 0.3.25 → 0.3.35
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
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: cfa17600fd2e93979bd6d72a49669ebdc39444d3
|
|
4
|
+
data.tar.gz: 27e5ae569a446334279ca8615fd17e34facc5f85
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 3baf68d4d80998640764c40a3624db74eeff0aa337b9c789adf298ac1b86cd0a022473f8f0183e8941e00dca91d7d3b43a86878a629f4059ba903ab19220f58a
|
|
7
|
+
data.tar.gz: 0b92d2cafe3193395921b31ee19261ba211df5353a3c3a7f7781c73efdb21d561d1b40bb7325a8cac3491e6c7e044b8f53877a42c3f033fffb99ec28727a0ca5
|
|
@@ -7,9 +7,7 @@
|
|
|
7
7
|
<div class="error">
|
|
8
8
|
|
|
9
9
|
<!--Alert -->
|
|
10
|
-
|
|
11
|
-
<%= image_tag 'exception_handler/alert.png', width: "150", alt: "Error!", title: "Sorry, A Server Error Occurred" %>
|
|
12
|
-
</div>
|
|
10
|
+
<%= image_tag 'exception_handler/alert.png', width: "150", alt: "Error!", title: "Sorry, A Server Error Occurred", class: "alert" %>
|
|
13
11
|
|
|
14
12
|
<!--Message -->
|
|
15
13
|
<div class="message">
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
|
|
5
5
|
<!--Info -->
|
|
6
6
|
<title>
|
|
7
|
-
Error
|
|
7
|
+
<%= "Error :: #{@app_name}" %>
|
|
8
8
|
</title>
|
|
9
9
|
|
|
10
10
|
<!--Styling -->
|
|
@@ -31,15 +31,10 @@
|
|
|
31
31
|
text-align: center;
|
|
32
32
|
}
|
|
33
33
|
|
|
34
|
-
.error_container .error .alert {
|
|
34
|
+
.error_container .error img.alert {
|
|
35
35
|
display: block;
|
|
36
36
|
margin: 0 auto 25px auto;
|
|
37
37
|
}
|
|
38
|
-
|
|
39
|
-
.error_container .error .alert img {
|
|
40
|
-
display: block;
|
|
41
|
-
margin: 0 auto;
|
|
42
|
-
}
|
|
43
38
|
|
|
44
39
|
.error_container .message > * {
|
|
45
40
|
display: block;
|
|
@@ -70,6 +65,12 @@
|
|
|
70
65
|
opacity: 0.4;
|
|
71
66
|
transition: opacity 0.15s ease;
|
|
72
67
|
}
|
|
68
|
+
|
|
69
|
+
.error_container .contact a img {
|
|
70
|
+
display: block;
|
|
71
|
+
width: 38px;
|
|
72
|
+
height: 38px;
|
|
73
|
+
}
|
|
73
74
|
|
|
74
75
|
.error_container .contact a:hover {
|
|
75
76
|
opacity: 0.8;
|