Sha256: 6171c929744edf7eccb696dc9388f7af33a47212b6f9b9afc2cf3cc51a225b33

Contents?: true

Size: 464 Bytes

Versions: 33

Compression:

Stored size: 464 Bytes

Contents

/
  #{__FILE__}
%div.hash{self.attributes}
  - @data.each do |name, value|
    %div.node
      - if value.is_a?(Hash)
        %code
          #{name}: (Hash)
        = RubyApp::Elements::Mobile::Hash.new(value).render(:html)
      - elsif value.is_a?(Array)
        %code
          #{name}: (Array)
        - value.each do |item|
          %div.item
            %code
              \- #{item.inspect}
      - else
        %code
          #{name}: #{value.inspect}

Version data entries

33 entries across 33 versions & 1 rubygems

Version Path
RubyApp-0.5.76 lib/ruby_app/elements/mobile/hash.html.haml
RubyApp-0.5.75 lib/ruby_app/elements/mobile/hash.html.haml
RubyApp-0.5.74 lib/ruby_app/elements/mobile/hash.html.haml
RubyApp-0.5.73 lib/ruby_app/elements/mobile/hash.html.haml
RubyApp-0.5.72 lib/ruby_app/elements/mobile/hash.html.haml
RubyApp-0.5.71 lib/ruby_app/elements/mobile/hash.html.haml
RubyApp-0.5.70 lib/ruby_app/elements/mobile/hash.html.haml
RubyApp-0.5.69 lib/ruby_app/elements/mobile/hash.html.haml
RubyApp-0.5.68 lib/ruby_app/elements/mobile/hash.html.haml
RubyApp-0.5.67 lib/ruby_app/elements/mobile/hash.html.haml
RubyApp-0.5.66 lib/ruby_app/elements/mobile/hash.html.haml
RubyApp-0.5.65 lib/ruby_app/elements/mobile/hash.html.haml
RubyApp-0.5.64 lib/ruby_app/elements/mobile/hash.html.haml
RubyApp-0.5.63 lib/ruby_app/elements/mobile/hash.html.haml
RubyApp-0.5.62 lib/ruby_app/elements/mobile/hash.html.haml
RubyApp-0.5.61 lib/ruby_app/elements/mobile/hash.html.haml
RubyApp-0.5.60 lib/ruby_app/elements/mobile/hash.html.haml
RubyApp-0.5.59 lib/ruby_app/elements/mobile/hash.html.haml
RubyApp-0.5.58 lib/ruby_app/elements/mobile/hash.html.haml
RubyApp-0.5.57 lib/ruby_app/elements/mobile/hash.html.haml