diff options
| author | cedricnjanga | 2018-02-05 06:27:24 -0800 | 
|---|---|---|
| committer | cedricnjanga | 2018-02-06 11:11:33 -0800 | 
| commit | 180e0f55efe5aa7aa080e4f8f4c0c044c71dafa3 (patch) | |
| tree | 32589477b7f910c354599a14c63157c51fce23ff | |
| parent | a6134639f361629726283f0e2544fd948d552e0b (diff) | |
| download | chouette-core-180e0f55efe5aa7aa080e4f8f4c0c044c71dafa3.tar.bz2 | |
Refs #5565 Remove the application name on the error pages
| -rw-r--r-- | app/views/errors/forbidden.html.slim | 2 | ||||
| -rw-r--r-- | app/views/errors/server_error.html.slim | 2 | 
2 files changed, 2 insertions, 2 deletions
| diff --git a/app/views/errors/forbidden.html.slim b/app/views/errors/forbidden.html.slim index 23ea67eff..8c35b46a8 100644 --- a/app/views/errors/forbidden.html.slim +++ b/app/views/errors/forbidden.html.slim @@ -9,7 +9,7 @@              p                strong = "Désolé, la page demandée la page n'est pas accessible avec votre profil utilisateur." -            p = "Vous pouvez néanmoins continuer à utiliser l'application IBOO." +            p = "Vous pouvez néanmoins continuer à utiliser l'application."            - else              p diff --git a/app/views/errors/server_error.html.slim b/app/views/errors/server_error.html.slim index 189a48760..529ad73e8 100644 --- a/app/views/errors/server_error.html.slim +++ b/app/views/errors/server_error.html.slim @@ -9,7 +9,7 @@              p                strong = "Désolé, une erreur est survenue." -            p = "Vous pouvez néanmoins continuer à utiliser l'application IBOO." +            p = "Vous pouvez néanmoins continuer à utiliser l'application."            - else              p | 
