Este site funciona melhor com JavaScript.
Página inicial
Explorar
Ajuda
Acessar
adrianshort
/
suttonelections
espelhamento de
https://github.com/adrianshort/suttonelections.git
Observar
1
Favorito
0
Fork
0
Código
Issues
0
Versões
2
Wiki
Atividade
Ver código fonte
Display flash errors and notices
tags/last-sinatra-version
Adrian Short
10 anos atrás
pai
14e806be52
commit
06deeab3c9
2 arquivos alterados
com
12 adições
e
0 exclusões
Visão dividida
Opções de diferenças
Mostrar estatísticas
Baixar arquivo de patch
Baixar arquivo de diferenças
+6
-0
public/style.css
+6
-0
views/layout.haml
+ 6
- 0
public/style.css
Ver arquivo
@@ -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
Ver arquivo
@@ -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
Escrever
Pré-visualização
Carregando…
Cancelar
Salvar