Sha256: 3e81295fb4edcda71e078b3f47cca74c0615ed589e789bf0e0592f7f02305360

Contents?: true

Size: 310 Bytes

Versions: 3

Compression:

Stored size: 310 Bytes

Contents

%div.location{ :id => "location_#{@location.id}" }
  %h1.name= @location.name
  %p.description= @location.description

  - @location.ways.each do |id,way|
    %div.way{ :id => "way_#{id}" }
      %a{ :id => "go_#{id}", :href => "/go/#{id}" }
        %h3.name= way.name
        %p.description= way.description

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
woyo-server-0.0.2 views/server/location.haml
woyo-server-0.0.1 views/location.haml
woyo-server-0.0.1.pre2 views/location.haml