sbdevcore 0.0.1 → 0.0.3
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.
- data/.gitignore +2 -1
- data/app/assets/javascripts/sbdevcore-tools.js +4 -3
- data/app/assets/javascripts/sbdevcore.js +1 -0
- data/app/assets/javascripts/tiny_mce/plugins/spellchecker/editor_plugin.js +1 -1
- data/app/assets/javascripts/tiny_mce/plugins/wordcount/editor_plugin.js +1 -1
- data/app/assets/javascripts/tiny_mce_config.js +15 -0
- data/app/assets/stylesheets/_bar_nav.scss +8 -11
- data/app/assets/stylesheets/_buttons.scss +51 -0
- data/app/assets/stylesheets/{_scrollable.scss → _gallery.scss} +0 -0
- data/app/assets/stylesheets/_js_errors.scss +26 -0
- data/app/assets/stylesheets/_mixins.scss +8 -7
- data/app/assets/stylesheets/_overlay.scss +35 -0
- data/app/assets/stylesheets/_sbdev_core.scss +193 -0
- data/app/assets/stylesheets/_tab_nav.scss +4 -9
- data/app/assets/stylesheets/_testimonials.scss +10 -0
- data/app/assets/stylesheets/_tooltips.scss +31 -0
- data/app/assets/stylesheets/_trip_advisor.scss +13 -0
- data/app/controllers/galleries_controller.rb +0 -1
- data/app/controllers/indices_controller.rb +0 -1
- data/app/controllers/texts_controller.rb +0 -1
- data/{lib/generators/sbdevcore/templates → app/views}/layouts/application.html.haml +2 -3
- data/app/views/layouts/bar_nav.html.haml +15 -0
- data/{lib/generators/sbdevcore/templates → app/views}/layouts/tab_nav.html.haml +3 -3
- data/lib/generators/sbdevcore/install_generator.rb +8 -1
- data/lib/generators/sbdevcore/templates/.gitignore +7 -0
- data/lib/generators/sbdevcore/templates/application.scss +0 -1
- data/lib/generators/sbdevcore/templates/application/_footer.html.haml +6 -0
- data/lib/generators/sbdevcore/templates/application/_nav.html.haml +4 -0
- data/lib/generators/sbdevcore/templates/config/app_config.yml +2 -0
- data/lib/generators/sbdevcore/templates/git_config +9 -0
- data/lib/generators/sbdevcore/templates/sass.scss +12 -0
- data/lib/sbdevcore/engine.rb +0 -1
- data/lib/sbdevcore/version.rb +1 -1
- metadata +17 -55
- data/app/assets/javascripts/tiny_mce/plugins/advimage/img/sample.gif +0 -0
- data/app/assets/javascripts/tiny_mce/plugins/emotions/img/smiley-cool.gif +0 -0
- data/app/assets/javascripts/tiny_mce/plugins/emotions/img/smiley-cry.gif +0 -0
- data/app/assets/javascripts/tiny_mce/plugins/emotions/img/smiley-embarassed.gif +0 -0
- data/app/assets/javascripts/tiny_mce/plugins/emotions/img/smiley-foot-in-mouth.gif +0 -0
- data/app/assets/javascripts/tiny_mce/plugins/emotions/img/smiley-frown.gif +0 -0
- data/app/assets/javascripts/tiny_mce/plugins/emotions/img/smiley-innocent.gif +0 -0
- data/app/assets/javascripts/tiny_mce/plugins/emotions/img/smiley-kiss.gif +0 -0
- data/app/assets/javascripts/tiny_mce/plugins/emotions/img/smiley-laughing.gif +0 -0
- data/app/assets/javascripts/tiny_mce/plugins/emotions/img/smiley-money-mouth.gif +0 -0
- data/app/assets/javascripts/tiny_mce/plugins/emotions/img/smiley-sealed.gif +0 -0
- data/app/assets/javascripts/tiny_mce/plugins/emotions/img/smiley-smile.gif +0 -0
- data/app/assets/javascripts/tiny_mce/plugins/emotions/img/smiley-surprised.gif +0 -0
- data/app/assets/javascripts/tiny_mce/plugins/emotions/img/smiley-tongue-out.gif +0 -0
- data/app/assets/javascripts/tiny_mce/plugins/emotions/img/smiley-undecided.gif +0 -0
- data/app/assets/javascripts/tiny_mce/plugins/emotions/img/smiley-wink.gif +0 -0
- data/app/assets/javascripts/tiny_mce/plugins/emotions/img/smiley-yell.gif +0 -0
- data/app/assets/javascripts/tiny_mce/plugins/example/img/example.gif +0 -0
- data/app/assets/javascripts/tiny_mce/plugins/inlinepopups/skins/clearlooks2/img/alert.gif +0 -0
- data/app/assets/javascripts/tiny_mce/plugins/inlinepopups/skins/clearlooks2/img/button.gif +0 -0
- data/app/assets/javascripts/tiny_mce/plugins/inlinepopups/skins/clearlooks2/img/buttons.gif +0 -0
- data/app/assets/javascripts/tiny_mce/plugins/inlinepopups/skins/clearlooks2/img/confirm.gif +0 -0
- data/app/assets/javascripts/tiny_mce/plugins/inlinepopups/skins/clearlooks2/img/corners.gif +0 -0
- data/app/assets/javascripts/tiny_mce/plugins/inlinepopups/skins/clearlooks2/img/horizontal.gif +0 -0
- data/app/assets/javascripts/tiny_mce/plugins/inlinepopups/skins/clearlooks2/img/vertical.gif +0 -0
- data/app/assets/javascripts/tiny_mce/plugins/media/img/flash.gif +0 -0
- data/app/assets/javascripts/tiny_mce/plugins/media/img/flv_player.swf +0 -0
- data/app/assets/javascripts/tiny_mce/plugins/media/img/quicktime.gif +0 -0
- data/app/assets/javascripts/tiny_mce/plugins/media/img/realmedia.gif +0 -0
- data/app/assets/javascripts/tiny_mce/plugins/media/img/shockwave.gif +0 -0
- data/app/assets/javascripts/tiny_mce/plugins/media/img/trans.gif +0 -0
- data/app/assets/javascripts/tiny_mce/plugins/media/img/windowsmedia.gif +0 -0
- data/app/assets/javascripts/tiny_mce/plugins/pagebreak/img/pagebreak.gif +0 -0
- data/app/assets/javascripts/tiny_mce/plugins/pagebreak/img/trans.gif +0 -0
- data/app/assets/javascripts/tiny_mce/plugins/spellchecker/img/wline.gif +0 -0
- data/app/assets/javascripts/tiny_mce/themes/simple/img/icons.gif +0 -0
- data/app/assets/javascripts/tiny_mce/themes/simple/skins/o2k7/img/button_bg.png +0 -0
- data/app/assets/stylesheets/_core.scss +0 -393
- data/app/views/application/_404.html.erb +0 -2
- data/app/views/application/_admin_nav.html.erb +0 -9
- data/app/views/application/_footer.html.erb +0 -9
- data/app/views/application/_inline_nav.html.erb +0 -7
- data/app/views/application/_side_nav.html.erb +0 -9
- data/app/views/application/_side_section.html.erb +0 -4
- data/app/views/application/_top_nav.html.erb +0 -7
- data/app/views/application/_trip_advisor.html +0 -11
- data/lib/generators/sbdevcore/templates/application/_admin_nav.html.erb +0 -9
- data/lib/generators/sbdevcore/templates/application/_side_nav.html.erb +0 -9
- data/lib/generators/sbdevcore/templates/application/_side_section.html.erb +0 -4
- data/lib/generators/sbdevcore/templates/application/_top_nav.html.erb +0 -7
- data/lib/generators/sbdevcore/templates/layouts/bar_nav.html.haml +0 -15
|
Binary file
|
data/app/assets/javascripts/tiny_mce/plugins/inlinepopups/skins/clearlooks2/img/horizontal.gif
DELETED
|
Binary file
|
data/app/assets/javascripts/tiny_mce/plugins/inlinepopups/skins/clearlooks2/img/vertical.gif
DELETED
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
@@ -1,393 +0,0 @@
|
|
|
1
|
-
@import 'mixins';
|
|
2
|
-
@import 'scrollable';
|
|
3
|
-
/*layout*/
|
|
4
|
-
body {
|
|
5
|
-
font-family: "Lucida Grande","Lucida Sans Unicode","bitstream vera sans","trebuchet ms",verdana,sans-serif;
|
|
6
|
-
background: url("/assets/background.jpg") repeat fixed center top $background-color;
|
|
7
|
-
font-size: 16px;
|
|
8
|
-
padding: 0;
|
|
9
|
-
margin: 0;
|
|
10
|
-
}
|
|
11
|
-
|
|
12
|
-
img {
|
|
13
|
-
padding: $padding;
|
|
14
|
-
max-width: $content-width - $padding*2 - 2*$shadow-radius/1.5;
|
|
15
|
-
background-color: $button-background-color;
|
|
16
|
-
@include corners-all(3px);
|
|
17
|
-
@include box-shadow($shadow-radius);
|
|
18
|
-
display: inline-block;
|
|
19
|
-
}
|
|
20
|
-
|
|
21
|
-
#container {
|
|
22
|
-
width: $window-width;
|
|
23
|
-
margin: 0 auto;
|
|
24
|
-
overflow: hidden;
|
|
25
|
-
}
|
|
26
|
-
|
|
27
|
-
.content {
|
|
28
|
-
background-color: $content-background-color;
|
|
29
|
-
padding: $padding ;
|
|
30
|
-
@include corners-all($corner-radius);
|
|
31
|
-
width: $content-width;
|
|
32
|
-
}
|
|
33
|
-
|
|
34
|
-
#footer {
|
|
35
|
-
background-color: $content-background-color;
|
|
36
|
-
font-size: 12px;
|
|
37
|
-
@include box-shadow($shadow-radius);
|
|
38
|
-
@include corners-all($corner-radius);
|
|
39
|
-
}
|
|
40
|
-
|
|
41
|
-
img.left, img.right {
|
|
42
|
-
max-width: ($content-width - $padding*2 - 2*$shadow-radius/1.5)/2;
|
|
43
|
-
}
|
|
44
|
-
|
|
45
|
-
/*utilities*/
|
|
46
|
-
.right {
|
|
47
|
-
float: right;
|
|
48
|
-
}
|
|
49
|
-
|
|
50
|
-
.left {
|
|
51
|
-
float: left;
|
|
52
|
-
}
|
|
53
|
-
|
|
54
|
-
img.center {
|
|
55
|
-
margin: 0 auto;
|
|
56
|
-
display: block;
|
|
57
|
-
}
|
|
58
|
-
|
|
59
|
-
.toggleable_content {
|
|
60
|
-
display:none;
|
|
61
|
-
}
|
|
62
|
-
|
|
63
|
-
.clearfix { overflow: hidden; }
|
|
64
|
-
|
|
65
|
-
/*Random*/
|
|
66
|
-
|
|
67
|
-
a img {
|
|
68
|
-
border: none;
|
|
69
|
-
}
|
|
70
|
-
|
|
71
|
-
th {
|
|
72
|
-
min-width: 120px;
|
|
73
|
-
text-align: left;
|
|
74
|
-
}
|
|
75
|
-
|
|
76
|
-
select {
|
|
77
|
-
min-width: 200px;
|
|
78
|
-
}
|
|
79
|
-
|
|
80
|
-
ul, li {
|
|
81
|
-
list-style-type: none;
|
|
82
|
-
padding: 0;
|
|
83
|
-
margin: 0;
|
|
84
|
-
}
|
|
85
|
-
|
|
86
|
-
/*Nav*/
|
|
87
|
-
.nav {
|
|
88
|
-
background: $button-background-color;
|
|
89
|
-
color: $content-background-color;
|
|
90
|
-
padding: $padding;
|
|
91
|
-
@include corners-all($corner-radius);
|
|
92
|
-
@include box-shadow($shadow-radius);
|
|
93
|
-
margin-bottom: 20px;
|
|
94
|
-
}
|
|
95
|
-
|
|
96
|
-
.inline_nav {
|
|
97
|
-
margin: 0 auto;
|
|
98
|
-
}
|
|
99
|
-
|
|
100
|
-
.inline_nav .button {
|
|
101
|
-
@include box-shadow($shadow-radius);
|
|
102
|
-
width: $content-width/2 - 2*$shadow-radius/1.5 - 2*$padding;
|
|
103
|
-
}
|
|
104
|
-
|
|
105
|
-
.inline_nav li, .inline_nav ul {
|
|
106
|
-
display: inline;
|
|
107
|
-
}
|
|
108
|
-
|
|
109
|
-
.accordion .button {
|
|
110
|
-
display: block;
|
|
111
|
-
}
|
|
112
|
-
|
|
113
|
-
#blog .button {
|
|
114
|
-
padding: 5px 25px 5px 10px;
|
|
115
|
-
}
|
|
116
|
-
|
|
117
|
-
#blog .button em {
|
|
118
|
-
float: right;
|
|
119
|
-
}
|
|
120
|
-
|
|
121
|
-
/*Buttons*/
|
|
122
|
-
.nav .button {
|
|
123
|
-
width: 210px;
|
|
124
|
-
padding: 5px 0 !important;
|
|
125
|
-
}
|
|
126
|
-
|
|
127
|
-
img.button {
|
|
128
|
-
border: none;
|
|
129
|
-
}
|
|
130
|
-
|
|
131
|
-
.button {
|
|
132
|
-
background-color: $button-background-color;
|
|
133
|
-
cursor: pointer;
|
|
134
|
-
border: none;
|
|
135
|
-
display: inline-block;
|
|
136
|
-
padding: 5px;
|
|
137
|
-
margin: 5px;
|
|
138
|
-
text-align: center;
|
|
139
|
-
text-decoration: none;
|
|
140
|
-
color: $content-background-color;
|
|
141
|
-
font-size: 1.2em;
|
|
142
|
-
@include box-shadow($shadow-radius);
|
|
143
|
-
@include corners-all($corner-radius);
|
|
144
|
-
}
|
|
145
|
-
|
|
146
|
-
.button:hover, .current {
|
|
147
|
-
background-color: $content-background-color;
|
|
148
|
-
color: black !important;
|
|
149
|
-
}
|
|
150
|
-
|
|
151
|
-
.pagination .button{
|
|
152
|
-
width: auto;
|
|
153
|
-
padding: 5px;
|
|
154
|
-
}
|
|
155
|
-
.button em {
|
|
156
|
-
border-style:solid;
|
|
157
|
-
border-color:transparent transparent transparent $content-background-color;
|
|
158
|
-
border-width:9px;
|
|
159
|
-
display:inline-block;
|
|
160
|
-
bottom:-38px;
|
|
161
|
-
position: relative;
|
|
162
|
-
left: 10px;
|
|
163
|
-
top: 2px;
|
|
164
|
-
height:0;
|
|
165
|
-
width:0;
|
|
166
|
-
}
|
|
167
|
-
|
|
168
|
-
.button:hover em,.current em {
|
|
169
|
-
border-color: black transparent transparent transparent;
|
|
170
|
-
top: 8px;
|
|
171
|
-
}
|
|
172
|
-
|
|
173
|
-
/*Flash*/
|
|
174
|
-
#flash_notice, #flash_error {
|
|
175
|
-
padding: 5px 8px;
|
|
176
|
-
margin: 10px 0;
|
|
177
|
-
}
|
|
178
|
-
|
|
179
|
-
#flash_notice {
|
|
180
|
-
background-color: #CFC;
|
|
181
|
-
border: solid 1px #6C6;
|
|
182
|
-
}
|
|
183
|
-
|
|
184
|
-
#flash_error {
|
|
185
|
-
background-color: #FCC;
|
|
186
|
-
border: solid 1px #C66;
|
|
187
|
-
}
|
|
188
|
-
|
|
189
|
-
.fieldWithErrors {
|
|
190
|
-
display: inline;
|
|
191
|
-
}
|
|
192
|
-
|
|
193
|
-
/*Specifics*/
|
|
194
|
-
.circle {
|
|
195
|
-
background: $content-background-color;
|
|
196
|
-
border: 3px solid $button-background-color;
|
|
197
|
-
width: 230px;
|
|
198
|
-
height: 230px;
|
|
199
|
-
@include corners-all(50%);
|
|
200
|
-
@include box-shadow($shadow-radius);
|
|
201
|
-
}
|
|
202
|
-
|
|
203
|
-
.circle img {
|
|
204
|
-
border: none;
|
|
205
|
-
outline: none;
|
|
206
|
-
width: 224px;
|
|
207
|
-
height: 224px;
|
|
208
|
-
}
|
|
209
|
-
|
|
210
|
-
.nested_fields {
|
|
211
|
-
border: 2px solid black;
|
|
212
|
-
padding: 10px;
|
|
213
|
-
margin: 5px;
|
|
214
|
-
}
|
|
215
|
-
.nested_fields img {
|
|
216
|
-
float: left;
|
|
217
|
-
margin: 5px;
|
|
218
|
-
}
|
|
219
|
-
|
|
220
|
-
#testimonials li {
|
|
221
|
-
border: solid 2px black;
|
|
222
|
-
margin-bottom: 5px;
|
|
223
|
-
padding: 5px 10px;
|
|
224
|
-
}
|
|
225
|
-
|
|
226
|
-
#testimonials img {
|
|
227
|
-
max-height: 150px;
|
|
228
|
-
}
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
.overlay {
|
|
232
|
-
|
|
233
|
-
/* must be initially hidden */
|
|
234
|
-
display:none;
|
|
235
|
-
|
|
236
|
-
/* place overlay on top of other elements */
|
|
237
|
-
z-index:10000;
|
|
238
|
-
|
|
239
|
-
/* styling */
|
|
240
|
-
background-color: $content-background-color;
|
|
241
|
-
|
|
242
|
-
width:840px;
|
|
243
|
-
padding: 20px;
|
|
244
|
-
min-height:200px;
|
|
245
|
-
top: 0 !important;
|
|
246
|
-
/*overflow-y: auto; */
|
|
247
|
-
/* CSS3 styling for latest browsers */
|
|
248
|
-
@include box-shadow(90px);
|
|
249
|
-
}
|
|
250
|
-
|
|
251
|
-
/* close button positioned on upper right corner */
|
|
252
|
-
.overlay .close {
|
|
253
|
-
background:url(/assets/close.png);
|
|
254
|
-
position:absolute;
|
|
255
|
-
right:-15px;
|
|
256
|
-
top:-15px;
|
|
257
|
-
cursor:pointer;
|
|
258
|
-
height:35px;
|
|
259
|
-
width:35px;
|
|
260
|
-
}
|
|
261
|
-
|
|
262
|
-
.overlay img {
|
|
263
|
-
max-width: 800px;
|
|
264
|
-
max-height: 600px;
|
|
265
|
-
}
|
|
266
|
-
|
|
267
|
-
.clear {
|
|
268
|
-
clear:both;
|
|
269
|
-
height:15px;
|
|
270
|
-
}
|
|
271
|
-
|
|
272
|
-
.error em {
|
|
273
|
-
border:16px solid;
|
|
274
|
-
border-color:yellow transparent transparent;
|
|
275
|
-
bottom:-32px;
|
|
276
|
-
display:block;
|
|
277
|
-
height:0;
|
|
278
|
-
left:130px;
|
|
279
|
-
position:absolute;
|
|
280
|
-
width:0;
|
|
281
|
-
}
|
|
282
|
-
|
|
283
|
-
/* error message */
|
|
284
|
-
.error {
|
|
285
|
-
height:15px;
|
|
286
|
-
background-color:yellow;
|
|
287
|
-
padding:5px 10px;
|
|
288
|
-
display:none;
|
|
289
|
-
font-size: 14px;
|
|
290
|
-
z-index: 10001;
|
|
291
|
-
@include corners-all($corner-radius);
|
|
292
|
-
@include box-shadow(6px);
|
|
293
|
-
}
|
|
294
|
-
|
|
295
|
-
.error p {
|
|
296
|
-
margin:0;
|
|
297
|
-
}
|
|
298
|
-
|
|
299
|
-
.tooltip em {
|
|
300
|
-
border:16px solid;
|
|
301
|
-
border-color:black transparent transparent;
|
|
302
|
-
bottom:-35px;
|
|
303
|
-
display:block;
|
|
304
|
-
height:0;
|
|
305
|
-
left: 70px;
|
|
306
|
-
position:absolute;
|
|
307
|
-
width:0;
|
|
308
|
-
}
|
|
309
|
-
|
|
310
|
-
/* tootip message */
|
|
311
|
-
.tooltip {
|
|
312
|
-
background-color:black;
|
|
313
|
-
color: $content-background-color;
|
|
314
|
-
border: 3px solid black;
|
|
315
|
-
padding:10px 10px;
|
|
316
|
-
display:none;
|
|
317
|
-
min-width: 100px;
|
|
318
|
-
max-width: 300px;
|
|
319
|
-
@include corners-all($corner-radius);
|
|
320
|
-
@include box-shadow($shadow-radius);
|
|
321
|
-
}
|
|
322
|
-
|
|
323
|
-
.tooltip p {
|
|
324
|
-
margin:0;
|
|
325
|
-
}
|
|
326
|
-
|
|
327
|
-
.tooltip h3 {
|
|
328
|
-
margin:0;
|
|
329
|
-
}
|
|
330
|
-
|
|
331
|
-
.no_back {
|
|
332
|
-
background:none !important;
|
|
333
|
-
border:none !important;
|
|
334
|
-
-moz-box-shadow: none;
|
|
335
|
-
-webkit-box-shadow: none;
|
|
336
|
-
}
|
|
337
|
-
|
|
338
|
-
.course_nav {
|
|
339
|
-
margin-top: 0 !important;
|
|
340
|
-
}
|
|
341
|
-
|
|
342
|
-
.two-col {
|
|
343
|
-
width: 50%;
|
|
344
|
-
float: left;
|
|
345
|
-
}
|
|
346
|
-
|
|
347
|
-
.center {
|
|
348
|
-
text-align: center;
|
|
349
|
-
}
|
|
350
|
-
|
|
351
|
-
|
|
352
|
-
#trip_advisor {
|
|
353
|
-
margin-top: 10px;
|
|
354
|
-
border: 3px solid $content-background-color;
|
|
355
|
-
}
|
|
356
|
-
|
|
357
|
-
#trip_advisor div {
|
|
358
|
-
max-width: 224px !important;
|
|
359
|
-
}
|
|
360
|
-
|
|
361
|
-
#trip_advisor dt {
|
|
362
|
-
min-height: 35px !important;
|
|
363
|
-
}
|
|
364
|
-
|
|
365
|
-
table.mceLayout {
|
|
366
|
-
height: auto !important;
|
|
367
|
-
}
|
|
368
|
-
|
|
369
|
-
#facebook {
|
|
370
|
-
padding: 5px;
|
|
371
|
-
}
|
|
372
|
-
|
|
373
|
-
.asset-admin {
|
|
374
|
-
margin: 0;
|
|
375
|
-
text-align: center;
|
|
376
|
-
}
|
|
377
|
-
|
|
378
|
-
.highlight-section {
|
|
379
|
-
background-color: darken($background-color, 1);
|
|
380
|
-
}
|
|
381
|
-
|
|
382
|
-
.justify_right {
|
|
383
|
-
text-align: right;
|
|
384
|
-
}
|
|
385
|
-
|
|
386
|
-
.justify_center {
|
|
387
|
-
text-align: center;
|
|
388
|
-
}
|
|
389
|
-
|
|
390
|
-
td {
|
|
391
|
-
text-align: left;
|
|
392
|
-
}
|
|
393
|
-
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
<div id='admin_nav' class='nav corner-all box-shadow'>
|
|
2
|
-
<ul>
|
|
3
|
-
<% if admin_signed_in? %>
|
|
4
|
-
<%= link_to "Admin Sign out", destroy_admin_session_path, :class => 'button corner-all' %>
|
|
5
|
-
<% else %>
|
|
6
|
-
<%= link_to "Admin Sign in", new_admin_session_path, :class => 'button corner-all' %>
|
|
7
|
-
<% end %>
|
|
8
|
-
</ul>
|
|
9
|
-
</div>
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
<div id='footer' class='content'>
|
|
2
|
-
<% if admin_signed_in? %>
|
|
3
|
-
<%= link_to "Admin Sign out", destroy_admin_session_path, :method => :delete %>
|
|
4
|
-
<% else %>
|
|
5
|
-
<%= link_to "Admin Sign in", new_admin_session_path %>
|
|
6
|
-
<% end %>
|
|
7
|
-
|
|
|
8
|
-
Site By: Adam Olsen <%= mail_to "aosalias@gmail.com", "aosalias@gmail.com" %>
|
|
9
|
-
</div>
|