exvo_notifications 0.1.1 → 0.1.2
Sign up to get free protection for your applications and to get access to all the features.
data/config/routes.rb
CHANGED
@@ -1,5 +1,4 @@
|
|
1
1
|
Rails.application.routes.draw do |map|
|
2
|
-
resources :accounts, :controller => 'exvo_notifications/accounts', :only => [:new, :create]
|
3
2
|
match "/notifications", :to => "exvo_notifications/notifications#create", :via => "post"
|
4
3
|
match "/notifications", :to => "exvo_notifications/notifications#destroy", :via => "delete"
|
5
4
|
end
|
@@ -40,8 +40,8 @@
|
|
40
40
|
</div>
|
41
41
|
</div>
|
42
42
|
<div class='row content'>
|
43
|
-
<img class='screw left' src='/stylesheets/images/common/screwTopLeft.png'>
|
44
|
-
<img class='screw right' src='/stylesheets/images/common/screwTopRight.png'>
|
43
|
+
<img class='screw left' src='https://themes.exvo.com/stylesheets/images/common/screwTopLeft.png'>
|
44
|
+
<img class='screw right' src='https://themes.exvo.com/stylesheets/images/common/screwTopRight.png'>
|
45
45
|
<div class='row'>
|
46
46
|
<div class='cell half warning'>
|
47
47
|
<p>We're sorry but you can not view this page</p>
|
@@ -0,0 +1,131 @@
|
|
1
|
+
<!DOCTYPE html>
|
2
|
+
<html>
|
3
|
+
<head>
|
4
|
+
<title>500 Something Went Wrong</title>
|
5
|
+
<link href='https://themes.exvo.com/stylesheets/themes/carbon/all.css' rel='stylesheet' type='text/css'>
|
6
|
+
<link href='https://themes.exvo.com/stylesheets/themes/ice/layout.css' rel='stylesheet' type='text/css'>
|
7
|
+
<link href='https://themes.exvo.com/stylesheets/themes/common/error_pages.css' rel='stylesheet' type='text/css'>
|
8
|
+
</head>
|
9
|
+
<body>
|
10
|
+
<div class='layout'>
|
11
|
+
<div class='row dock_imitation' id='dock'>
|
12
|
+
<div class='cell third shortcuts left'>
|
13
|
+
<div class='shortcut desktop' data-href='http://exvo.com'>
|
14
|
+
<div class='icon small'>
|
15
|
+
<div class='image'></div>
|
16
|
+
</div>
|
17
|
+
<h3>Desktop</h3>
|
18
|
+
</div>
|
19
|
+
<div class='shortcut apps' data-href='http://store.exvo.com'>
|
20
|
+
<div class='icon small'>
|
21
|
+
<div class='image'></div>
|
22
|
+
</div>
|
23
|
+
<h3>Apps</h3>
|
24
|
+
</div>
|
25
|
+
</div>
|
26
|
+
<div class='cell'></div>
|
27
|
+
<div class='cell exvo_logo right_flat_background'>
|
28
|
+
<img class='exvo' src='https://themes.exvo.com/stylesheets/images/icons/exvo.png'>
|
29
|
+
</div>
|
30
|
+
</div>
|
31
|
+
<div class='row tool bar'>
|
32
|
+
<div class='cell third left'>
|
33
|
+
|
34
|
+
</div>
|
35
|
+
<div class='cell third center'>
|
36
|
+
<h2>This App is not working properly at the moment. Please return later'</h2>
|
37
|
+
</div>
|
38
|
+
<div class='cell third right'>
|
39
|
+
|
40
|
+
</div>
|
41
|
+
</div>
|
42
|
+
<div class='row content'>
|
43
|
+
<img class='screw left' src='https://themes.exvo.com/stylesheets/images/common/screwTopLeft.png'>
|
44
|
+
<img class='screw right' src='https://themes.exvo.com/stylesheets/images/common/screwTopRight.png'>
|
45
|
+
<div class='row'>
|
46
|
+
<div class='cell half warning'>
|
47
|
+
<p>We're sorry but you can not view this page</p>
|
48
|
+
Please navigate to a different page or try again later
|
49
|
+
</div>
|
50
|
+
<div class='cell half blog'>
|
51
|
+
<p>Take a look at our Blog</p>
|
52
|
+
For the latest updates, check out our Blog
|
53
|
+
<a href='http://blog.exvo.com'>
|
54
|
+
<img src='https://themes.exvo.com/stylesheets/images/dock/chevronBlack.png'>
|
55
|
+
</a>
|
56
|
+
</div>
|
57
|
+
</div>
|
58
|
+
<div class='row' id='more'>More at Exvo</div>
|
59
|
+
<div class='row more'>
|
60
|
+
<div class='cell fifth'>
|
61
|
+
<div class='alternative'>
|
62
|
+
<img class='logo' src='https://themes.exvo.com/stylesheets/images/error_pages/Desktop.png'>
|
63
|
+
<br>
|
64
|
+
<span>Desktop</span>
|
65
|
+
<br>
|
66
|
+
<br>
|
67
|
+
<p>Your personal starting point to use the web in a whole new way.</p>
|
68
|
+
<br>
|
69
|
+
<br>
|
70
|
+
<a class='button ice' href='http://exvo.com'>Visit</a>
|
71
|
+
</div>
|
72
|
+
</div>
|
73
|
+
<div class='cell fifth'>
|
74
|
+
<div class='alternative'>
|
75
|
+
<img class='logo' src='https://themes.exvo.com/stylesheets/images/error_pages/Apps.png'>
|
76
|
+
<br>
|
77
|
+
<span>Apps</span>
|
78
|
+
<br>
|
79
|
+
<br>
|
80
|
+
<p>Explore the Apps Store to find great apps you can start using right away.</p>
|
81
|
+
<br>
|
82
|
+
<br>
|
83
|
+
<a class='button ice' href='http://store.exvo.com/apps'>Visit</a>
|
84
|
+
</div>
|
85
|
+
</div>
|
86
|
+
<div class='cell fifth'>
|
87
|
+
<div class='alternative'>
|
88
|
+
<img class='logo' src='https://themes.exvo.com/stylesheets/images/error_pages/Documents.png'>
|
89
|
+
<br>
|
90
|
+
<span>Documents</span>
|
91
|
+
<br>
|
92
|
+
<br>
|
93
|
+
<p>Store your files online. Viewable on any internet enabled device</p>
|
94
|
+
<br>
|
95
|
+
<br>
|
96
|
+
<a class='button ice' href='http://documents.exvo.com'>Visit</a>
|
97
|
+
</div>
|
98
|
+
</div>
|
99
|
+
<div class='cell fifth'>
|
100
|
+
<div class='alternative'>
|
101
|
+
<img class='logo' src='https://themes.exvo.com/stylesheets/images/error_pages/Company.png'>
|
102
|
+
<br>
|
103
|
+
<span>Company</span>
|
104
|
+
<br>
|
105
|
+
<br>
|
106
|
+
<p>Your personal starting poin to user the web in a whole new way</p>
|
107
|
+
<br>
|
108
|
+
<br>
|
109
|
+
<a class='button ice' href='http://store.exvo.com/opencompany'>Visit</a>
|
110
|
+
</div>
|
111
|
+
</div>
|
112
|
+
<div class='cell fifth'>
|
113
|
+
<div class='alternative'>
|
114
|
+
<img class='logo' src='https://themes.exvo.com/stylesheets/images/error_pages/Teams.png'>
|
115
|
+
<br>
|
116
|
+
<span>Teams</span>
|
117
|
+
<br>
|
118
|
+
<br>
|
119
|
+
<p>A powerful way for entrepreneurs big and small to run their company</p>
|
120
|
+
<br>
|
121
|
+
<br>
|
122
|
+
<a class='button ice' href='http://store.exvo.com/teams'>Visit</a>
|
123
|
+
</div>
|
124
|
+
</div>
|
125
|
+
</div>
|
126
|
+
<img class='screw bottom left' src='https://themes.exvo.com/stylesheets/images/common/screwBottomLeft.png'>
|
127
|
+
<img class='screw bottom right' src='https://themes.exvo.com/stylesheets/images/common/screwBottomRight.png'>
|
128
|
+
</div>
|
129
|
+
</div>
|
130
|
+
</body>
|
131
|
+
</html>
|
metadata
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: exvo_notifications
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
hash:
|
4
|
+
hash: 31
|
5
5
|
prerelease: false
|
6
6
|
segments:
|
7
7
|
- 0
|
8
8
|
- 1
|
9
|
-
-
|
10
|
-
version: 0.1.
|
9
|
+
- 2
|
10
|
+
version: 0.1.2
|
11
11
|
platform: ruby
|
12
12
|
authors:
|
13
13
|
- "Robert S\xC4\x99k"
|
@@ -15,7 +15,7 @@ autorequire:
|
|
15
15
|
bindir: bin
|
16
16
|
cert_chain: []
|
17
17
|
|
18
|
-
date: 2010-10-
|
18
|
+
date: 2010-10-14 00:00:00 +02:00
|
19
19
|
default_executable:
|
20
20
|
dependencies: []
|
21
21
|
|
@@ -38,6 +38,7 @@ files:
|
|
38
38
|
- lib/exvo_notifications/tasks/tasks.rake
|
39
39
|
- lib/generators/exvo_notifications/exvo_notifications_generator.rb
|
40
40
|
- lib/generators/exvo_notifications/templates/migration.rb
|
41
|
+
- lib/generators/exvo_notifications/templates/not_working.html
|
41
42
|
has_rdoc: true
|
42
43
|
homepage:
|
43
44
|
licenses: []
|