Ce site fonctionne mieux avec JavaScript.
Accueil
Explorateur
Aide
Connexion
adrianshort
/
suttonelections
miroir de
https://github.com/adrianshort/suttonelections.git
Suivre
1
Ajouter aux favoris
0
Bifurcation
0
Code
Tickets
0
Versions
2
Wiki
Activité
Parcourir la source
Display flash errors and notices
tags/last-sinatra-version
Adrian Short
il y a 10 ans
Parent
14e806be52
révision
06deeab3c9
2 fichiers modifiés
avec
12 ajouts
et
0 suppressions
Vue séparée
Option de Diff
Voir les Statistiques
Télécharger le Fichier Patch
Télécharger le Fichier des Différences
+6
-0
public/style.css
+6
-0
views/layout.haml
+ 6
- 0
public/style.css
Voir le fichier
@@ -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
Voir le fichier
@@ -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
Écrire
Aperçu
Chargement…
Annuler
Enregistrer