summaryrefslogtreecommitdiff
path: root/app/views/errors/not_found.html.haml
blob: c7fec22acaf3d72189dfb02f2cc376a97ec36975 (plain)
1
2
3
4
5
6
7
.hero-unit
  %h1=t 'errors.title.page_not_found'
  %h2=t 'errors.subtitle.page_not_found', default: ''
  %p.lead=t 'errors.text.page_not_found', default: ''
  %a.btn.btn-primary.btn-large{href:'/'}
    %i.icon-home.icon-white
    =t :home