Sha256: 8e25bd19d585bb669205332bdf801da76ea81039b7f7d3674ded4fbf314e4aa3

Contents?: true

Size: 426 Bytes

Versions: 2

Compression:

Stored size: 426 Bytes

Contents

%div.row
  %div.large-12.columns
    %div.location{ :id => "location_#{@location.id}" }
      %h1.name= @location.name
      %p.description= @location.description

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

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
woyo-server-0.0.5 views/server/location.haml
woyo-server-0.0.4 views/server/location.haml