.container .text-end - if current_user&.developer? = link_to new_instruction_path, :class => 'btn btn-primary' do | Add New Instruction h1 | Instructions table.table.table-striped thead tr th | Key th tbody - @instructions.each do | instruction | tr td = instruction.key td = link_to 'Edit', edit_instruction_path(instruction) , class: "btn btn-warning"