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

28 lines
360 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
2013-12-10 23:49:01 +01:00
= link_to t('Edit'), edit_city_path(@city)
2013-12-03 21:56:20 +01:00
\|
2013-12-10 23:49:01 +01:00
= link_to t('Back'), cities_path