Sha256: 1f1ca046b2c2300c983990e8d9008cb73bc620b75305237255b16a566ddceae5

Contents?: true

Size: 251 Bytes

Versions: 4

Compression:

Stored size: 251 Bytes

Contents

module JsTestCore
  module Representations
    class NotFound < Page
      attr_reader :message
      needs :message
      protected
      def body_content
        h1 message
      end

      def title_text
        message
      end
    end
  end
end

Version data entries

4 entries across 4 versions & 2 rubygems

Version Path
honkster-screw-unit-server-0.6.3 vendor/js-test-core/lib/js_test_core/representations/not_found.html.rb
honkster-screw-unit-server-0.6.2 vendor/js-test-core/lib/js_test_core/representations/not_found.html.rb
honkster-screw-unit-server-0.6.1 vendor/js-test-core/lib/js_test_core/representations/not_found.html.rb
btakita-screw-unit-server-0.6.0 vendor/js-test-core/lib/js_test_core/representations/not_found.html.rb