Tämä sivusto toimii paremmin JavaScriptillä.
Etusivu
Tutki
Apua
Kirjaudu sisään
adrianshort
/
suttonelections
peilaus alkaen
https://github.com/adrianshort/suttonelections.git
Tarkkaile
1
Äänestä
0
Fork
0
Koodi
Ongelmat
0
Julkaisut
2
Wiki
Toiminta
Selaa lähdekoodia
Display flash errors and notices
tags/last-sinatra-version
Adrian Short
10 vuotta sitten
vanhempi
14e806be52
commit
06deeab3c9
2 muutettua tiedostoa
jossa
12 lisäystä
ja
0 poistoa
Jaettu näkymä
Diff Options
Show Stats
Download Patch File
Download Diff File
+6
-0
public/style.css
+6
-0
views/layout.haml
+ 6
- 0
public/style.css
Näytä tiedosto
@@ -185,6 +185,12 @@ tr
padding: 10px 25px;
}
#notice {
background-color: green;
color: white;
padding: 10px 20px;
}
#error {
background-color: red;
color: white;
+ 6
- 0
views/layout.haml
Näytä tiedosto
@@ -8,6 +8,12 @@
<script type="text/javascript">try{Typekit.load();}catch(e){}</script>
%body
#main
- if flash[:notice]
#notice
%p= flash[:notice]
- if flash[:error]
#error
%p= flash[:error]
= yield
#footer
#footer_inner
Kirjoita
Esikatselu
Ladataan…
Peruuta
Tallenna