Godwin
8 years ago
6 changed files with 20 additions and 8 deletions
@ -1,5 +1,9 @@ |
|||
= render :partial => 'application/header', :locals => {:image_file => nil} |
|||
= row do |
|||
= columns(medium: 12) do |
|||
%p= _'error.404.description', :p |
|||
= render 'contact', cancel_btn: false, contact_reason: :website |
|||
- if @token_not_found.present? |
|||
%p= _'error.404.token_not_found', :p |
|||
= render 'login', dest: settings_path |
|||
- else |
|||
%p= _'error.404.description', :p |
|||
= render 'contact', cancel_btn: false, contact_reason: :website |
Loading…
Reference in new issue