aboutsummaryrefslogtreecommitdiff
path: root/app/views/error
diff options
context:
space:
mode:
authorGravatar Marien Fressinaud <dev@marienfressinaud.fr> 2013-03-14 18:04:45 +0100
committerGravatar Marien Fressinaud <dev@marienfressinaud.fr> 2013-03-14 18:04:45 +0100
commit6fc16ed8a307cb95ef9e60f2e3e781b4734cabfd (patch)
tree77274ba7ab1d25c3d74caafeeed76404f0490650 /app/views/error
parent87e07e66c97200445253070ed607a3a5bebad0ae (diff)
Meilleur affichage page d'erreur + on n'affiche plus une catégorie si aucun flux n'en fait partie
Diffstat (limited to 'app/views/error')
-rw-r--r--app/views/error/index.phtml6
1 files changed, 3 insertions, 3 deletions
diff --git a/app/views/error/index.phtml b/app/views/error/index.phtml
index 626102109..21d298eb4 100644
--- a/app/views/error/index.phtml
+++ b/app/views/error/index.phtml
@@ -1,6 +1,6 @@
-<div class="table">
- <div class="nothing">
- <h2><?php echo $this->code; ?></h2>
+<div class="post">
+ <div class="alert">
+ <h1 class="alert-head"><?php echo $this->code; ?></h1>
<p><a href="<?php echo Url::display (); ?>">Revenir à l'accueil</a></p>
</div>