.container .page-header = link_to instructions_path, :class => 'btn btn-default' do | Back = link_to edit_instruction_path(@instruction), :class => 'btn btn-warning' do | Edit h1 | instruction table.table.table-striped thead tr th | System prompt th | Prompt th | Temperature th | Key tbody tr td = @instruction.system_prompt td = @instruction.prompt td = @instruction.temperature td = @instruction.key