thirteen-tien-len/app/views/canisters/_canister.html.haml

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