agenda-libre-ruby/app/views/cities/show.html.haml

28 lines
354 B
Plaintext
Raw Normal View History

2013-12-03 21:56:20 +01:00
%p#notice= notice
%p
%b Name:
= @city.name
%p
%b Majname:
= @city.majname
%p
%b Postalcode:
= @city.postalcode
%p
%b Inseecode:
= @city.inseecode
%p
%b Regioncode:
= @city.regioncode
%p
%b Latitude:
= @city.latitude
%p
%b Longitude:
= @city.longitude
= link_to 'Edit', edit_city_path(@city)
\|
= link_to 'Back', cities_path