Sha256: 5ffc0945ea6fb8daa589000a78b5d22021239930c0063d6987e512c68ef595d9
Contents?: true
Size: 646 Bytes
Versions: 43
Compression:
Stored size: 646 Bytes
Contents
= within_admin_layout(title: "HD Cannulation Types") do dl.sub-nav dd= link_to "List", hd_cannulation_types_path dd= link_to "Add type", new_hd_cannulation_type_path 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
43 entries across 43 versions & 1 rubygems