Sha256: 9420947a21eea4ebfa21bf51f9f3fd1b6f13dc1b1a7c9eeae39e7fe928cc464a
Contents?: true
Size: 531 Bytes
Versions: 20
Compression:
Stored size: 531 Bytes
Contents
.row = render "header" .row table.auto-layout thead tr th.col-width-small th.col-width-small Group th Name tbody - dialysers.each do |t| tr td = link_to "Edit", edit_hd_dialyser_path(t.id) = pipe_separator = link_to "Delete", hd_dialyser_path(t.id), method: :delete, data: { confirm: I18n.t("prompts.confirm_delete") } td= t.group td= t.name
Version data entries
20 entries across 20 versions & 1 rubygems