hubfeenix.fi/app/views/entities/show.html.haml

16 lines
191 B
Plaintext
Raw Normal View History

2023-01-13 19:50:41 +01:00
%p#notice= notice
%p
%b Name:
= @entity.name
%p
%b Ha:
= @entity.ha_id
%p
%b Type:
= @entity.type
= link_to 'Edit', edit_entity_path(@entity)
\|
= link_to 'Back', entities_path