Sha256: 14dbbd919bf8cb87740fb5aeedf63b9ad373d352dc784a54eed2ac5584f90588
Contents?: true
Size: 500 Bytes
Versions: 12
Compression:
Stored size: 500 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
12 entries across 12 versions & 1 rubygems