Sha256: 562958922926ff8dddd875d4709827e50d9f4aa1d676b09242b659f05409708c

Contents?: true

Size: 191 Bytes

Versions: 6

Compression:

Stored size: 191 Bytes

Contents

module Precious
  module Views
    class Edit < Layout
      include Editable

      attr_reader :page, :content

      def title
        "Editing #{@page.title}"
      end
    end
  end
end

Version data entries

6 entries across 6 versions & 2 rubygems

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