Sha256: f36aea53267052e2a7a20cb39b3d4cce4c49d71f84571ceb0dbbb44018ca9146

Contents?: true

Size: 316 Bytes

Versions: 5

Compression:

Stored size: 316 Bytes

Contents

#
#  Project <%= @conf.appname %>
#
#  Created using bivouac on <%= Time.now %>.
#  Copyright (c) <%= Time.now.year %> __My__. All rights reserved.
#

module <%= @conf.appname %>::Views
  def not_found
    h1.header { "<%= @conf.appname %>::Views#not_found" }
    p "Sorry baby, #{@path} does nor exist !"
  end
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
bivouac-0.2.3 lib/bivouac/template/static/not_found_view.rb
bivouac-0.3.0 lib/bivouac/template/static/not_found_view.rb
bivouac-0.2.4 lib/bivouac/template/static/not_found_view.rb
bivouac-0.2.5 lib/bivouac/template/static/not_found_view.rb
bivouac-0.4.0 lib/bivouac/template/static/not_found_view.rb