Sha256: 26c6bad11183a49cbcc37cada8690f7600f50efe40de6adc4b2245fd853da63c

Contents?: true

Size: 224 Bytes

Versions: 17

Compression:

Stored size: 224 Bytes

Contents

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

      def title_text
        message
      end
    end
  end
end

Version data entries

17 entries across 17 versions & 4 rubygems

Version Path
pivotal-screw-unit-0.5.0 vendor/js-test-core/lib/js_test_core/representations/not_found.html.rb
pivotal-screw-unit-0.5.1 vendor/js-test-core/lib/js_test_core/representations/not_found.html.rb
pivotal-screw-unit-0.5.2 vendor/js-test-core/lib/js_test_core/representations/not_found.html.rb
pivotal-screw-unit-0.5.3 vendor/js-test-core/lib/js_test_core/representations/not_found.html.rb
pivotal-screw-unit-server-0.5.10 vendor/js-test-core/lib/js_test_core/representations/not_found.html.rb
pivotal-screw-unit-server-0.5.11 vendor/js-test-core/lib/js_test_core/representations/not_found.html.rb
pivotal-screw-unit-server-0.5.12 vendor/js-test-core/lib/js_test_core/representations/not_found.html.rb
pivotal-screw-unit-server-0.5.3 vendor/js-test-core/lib/js_test_core/representations/not_found.html.rb
pivotal-screw-unit-server-0.5.4 vendor/js-test-core/lib/js_test_core/representations/not_found.html.rb
pivotal-screw-unit-server-0.5.5 vendor/js-test-core/lib/js_test_core/representations/not_found.html.rb
pivotal-screw-unit-server-0.5.6 vendor/js-test-core/lib/js_test_core/representations/not_found.html.rb
pivotal-screw-unit-server-0.5.7 vendor/js-test-core/lib/js_test_core/representations/not_found.html.rb
pivotal-screw-unit-server-0.5.8 vendor/js-test-core/lib/js_test_core/representations/not_found.html.rb
pivotal-screw-unit-server-0.5.9 vendor/js-test-core/lib/js_test_core/representations/not_found.html.rb
screw-unit-0.5.1 vendor/js-test-core/lib/js_test_core/representations/not_found.html.rb
screw-unit-server-0.5.3 vendor/js-test-core/lib/js_test_core/representations/not_found.html.rb
screw-unit-0.5.2 vendor/js-test-core/lib/js_test_core/representations/not_found.html.rb