Sha256: befb4c42568349208ee144f9c2a8da039a43d691d5826d901170de3ef6d8074f

Contents?: true

Size: 206 Bytes

Versions: 4

Compression:

Stored size: 206 Bytes

Contents

module Precious
  module Views
    class Layout < Mustache
      include Rack::Utils
      alias_method :h, :escape_html

      attr_reader :name

      def title
        "Home"
      end
    end
  end
end

Version data entries

4 entries across 4 versions & 2 rubygems

Version Path
tecnh-gollum-1.0.2.auth2 lib/gollum/frontend/views/layout.rb
tecnh-gollum-1.0.2.auth lib/gollum/frontend/views/layout.rb
gollum-1.0.1 lib/gollum/frontend/views/layout.rb
gollum-1.0.0 lib/gollum/frontend/views/layout.rb