Sha256: af8232b8dfa7b9d77cf23312f960fdcc1ab4e0ca72338fa5a5f897de1eaebded
Contents?: true
Size: 501 Bytes
Versions: 8
Compression:
Stored size: 501 Bytes
Contents
.row = render "header" .row table.auto-layout thead tr th.col-width-small th Name tbody - @cannulation_types.each do |t| tr td = link_to "Edit", edit_hd_cannulation_type_path(t.id) = pipe_separator = link_to "Delete", hd_cannulation_type_path(t.id), method: :delete, data: { confirm: I18n.t("prompts.confirm_delete") } td= t.name
Version data entries
8 entries across 8 versions & 1 rubygems