af83/chouette-core

View on GitHub
app/views/errors/not_found.html.slim

Summary

Maintainability
Test Coverage
- content_for :page_header_title, 'Erreur 404'

.page_content
  .container-fluid
    .row
      .col-lg-12
        .alert.alert-danger
          - if I18n.locale == :fr
            p
              strong = "Désolé, la page demandée n'existe pas."

            p = "Vous pouvez néanmoins continuer à utiliser l'application Chouette."

          - else
            p
              strong = "The page you were looking for doesn't exist."

            p = "You can still continue the use the Chouette application. Thank you for understanding."