.container .text-end = link_to new_stop_word_path, :class => 'btn btn-primary' do | Add New Stop word h1 | Stop Words table.table.table-striped thead tr th | Word th th tbody - @stop_words.each do | stop_word | tr td = stop_word.word td = link_to 'Edit', edit_stop_word_path(stop_word) , class: "btn btn-warning" td = link_to 'Delete', stop_word, method: :delete, data: { confirm: 'Are you sure?' } , class: "btn btn-danger"