Sha256: 8894d8cef40b3dff7e221b720227758000da922d81f9c20d273d1a6a3e19e571

Contents?: true

Size: 363 Bytes

Versions: 8

Compression:

Stored size: 363 Bytes

Contents

-box do

  %h3=:showing_metro_area_details.l
  
  %p
    %b
      =:country.l
      \:
    = h @metro_area.country.name
  %p
    %b
      =:state.l
      \:
    = @metro_area.state.name if @metro_area.state
  %p
    %b
      =:name.l
      \:
    = @metro_area.name
  = link_to :edit.l, edit_metro_area_path(@metro_area)
  |
  = link_to :back.l, metro_areas_path

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
community_engine-2.3.2 app/views/metro_areas/show.html.haml
community_engine-2.3.1 app/views/metro_areas/show.html.haml
community_engine-2.3.0 app/views/metro_areas/show.html.haml
community_engine-2.1.0 app/views/metro_areas/show.html.haml
community_engine-2.0.0 app/views/metro_areas/show.html.haml
community_engine-2.0.0.beta3 app/views/metro_areas/show.html.haml
community_engine-2.0.0.beta2 app/views/metro_areas/show.html.haml
community_engine-2.0.0.beta1 app/views/metro_areas/show.html.haml