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

10 lines
129 B
Plaintext

%p#notice= notice
%p
%b Name:
= @region.name
= link_to 'Edit', edit_region_path(@region)
\|
= link_to 'Back', regions_path