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

28 lines
360 B
Plaintext

%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 t('Edit'), edit_city_path(@city)
\|
= link_to t('Back'), cities_path