Sha256: 74aa5bb9a87fbdf133d71599354ba133a17520f87e35dc1671ce530d2b5066a5

Contents?: true

Size: 385 Bytes

Versions: 5

Compression:

Stored size: 385 Bytes

Contents

%h1 Properties in #{@neighborhood.name}

%ul.thumbnails
  - (@neighborhood.properties * 25).each do |property|
    %li.span4
      .thumbnail
        - if image = property.images.first
          = image_tag(image.file.url(:large))
        = link_to(property_path(property)) do
          %h3 #{property.name}
        %h4 #{property.neighborhood.name}
        %p #{property.description}

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
nubis_rails_boilerplate-0.0.11 skeletons/real_estate_app/app/views/neighborhoods/show.html.haml
nubis_rails_boilerplate-0.0.10 skeletons/real_estate_app/app/views/neighborhoods/show.html.haml
nubis_rails_boilerplate-0.0.9 skeletons/real_estate_app/app/views/neighborhoods/show.html.haml
nubis_rails_boilerplate-0.0.8 skeletons/real_estate_app/app/views/neighborhoods/show.html.haml
nubis_rails_boilerplate-0.0.7 skeletons/real_estate_app/app/views/neighborhoods/show.html.haml