basic entity get/show
This commit is contained in:
@ -1,15 +1,22 @@
|
||||
%p#notice= notice
|
||||
.grid.grid-cols-3
|
||||
%div
|
||||
%div
|
||||
%p
|
||||
%b Name:
|
||||
= @entity.name
|
||||
%p
|
||||
%b Ha:
|
||||
= @entity.ha_id
|
||||
%p
|
||||
%b Type:
|
||||
= @entity.ha_type
|
||||
%p
|
||||
%b Type:
|
||||
= @entity.value
|
||||
%p
|
||||
%b Member:
|
||||
= @entity.member.name
|
||||
|
||||
%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
|
||||
= link_to 'Edit', edit_entity_path(@entity)
|
||||
\|
|
||||
= link_to 'Back', entities_path
|
||||
|
Reference in New Issue
Block a user