16 lines
211 B
Plaintext
16 lines
211 B
Plaintext
%p#notice= notice
|
|
|
|
%p
|
|
%b Name:
|
|
= @command.display_name
|
|
%p
|
|
%b Trigger:
|
|
= @command.trigger
|
|
%p
|
|
%b Body:
|
|
= @command.body
|
|
|
|
= link_to 'Edit', edit_command_path(@command)
|
|
\|
|
|
= link_to 'Back', commands_path
|