Sha256: bb456a59fc8b2155e8bb27a225c0fcf8108dea73d012d4a08048c96ba0b40d44

Contents?: true

Size: 177 Bytes

Versions: 3

Compression:

Stored size: 177 Bytes

Contents

class NotFound404Component < LucidComponent::Base
  render do
    Isomorfeus.ssr_response_status = 404 # keep
    P "Oops, page not found!"
    NavigationLinks()
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
isomorfeus-2.0.0.rc3 lib/isomorfeus/installer/templates/not_found_404_component.rb.erb
isomorfeus-2.0.0.rc2 lib/isomorfeus/installer/templates/not_found_404_component.rb.erb
isomorfeus-2.0.0.rc1 lib/isomorfeus/installer/templates/not_found_404_component.rb.erb