Sha256: 6721d29f03d7a033d00e1a43597b9dd9366dc3693b6ca149aa0844904c8432c8

Contents?: true

Size: 472 Bytes

Versions: 83

Compression:

Stored size: 472 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

83 entries across 83 versions & 1 rubygems

Version Path
RubyApp-0.7.16 lib/ruby_app/elements/mobile/hash.html.haml
RubyApp-0.7.15 lib/ruby_app/elements/mobile/hash.html.haml
RubyApp-0.7.14 lib/ruby_app/elements/mobile/hash.html.haml
RubyApp-0.7.13 lib/ruby_app/elements/mobile/hash.html.haml
RubyApp-0.7.12 lib/ruby_app/elements/mobile/hash.html.haml
RubyApp-0.7.11 lib/ruby_app/elements/mobile/hash.html.haml
RubyApp-0.7.10 lib/ruby_app/elements/mobile/hash.html.haml
RubyApp-0.7.9 lib/ruby_app/elements/mobile/hash.html.haml
RubyApp-0.7.5 lib/ruby_app/elements/mobile/hash.html.haml
RubyApp-0.7.4 lib/ruby_app/elements/mobile/hash.html.haml
RubyApp-0.7.3 lib/ruby_app/elements/mobile/hash.html.haml
RubyApp-0.7.2 lib/ruby_app/elements/mobile/hash.html.haml
RubyApp-0.7.1 lib/ruby_app/elements/mobile/hash.html.haml
RubyApp-0.7.0 lib/ruby_app/elements/mobile/hash.html.haml
RubyApp-0.6.71 lib/ruby_app/elements/mobile/hash.html.haml
RubyApp-0.6.70 lib/ruby_app/elements/mobile/hash.html.haml
RubyApp-0.6.69 lib/ruby_app/elements/mobile/hash.html.haml
RubyApp-0.6.68 lib/ruby_app/elements/mobile/hash.html.haml
RubyApp-0.6.67 lib/ruby_app/elements/mobile/hash.html.haml
RubyApp-0.6.66 lib/ruby_app/elements/mobile/hash.html.haml