thirteen-tien-len/app/views/canisters/_canister.html.haml
2023-09-24 09:49:42 +00:00

16 lines
199 B
Plaintext

%p#notice= notice
%p
%b Icid:
= canister.icid
%p
%b Name:
= canister.name
%p
%b User:
= canister.user
= link_to 'Edit', edit_canister_path(canister)
\|
= link_to 'Back', canisters_path