Sha256: 8551a93929df29d2a6c1365ce795bfcaaf3a495b921ed118f14f23a40dcfc550
Contents?: true
Size: 773 Bytes
Versions: 52
Compression:
Stored size: 773 Bytes
Contents
= content_for(:actions) do = link_to t("new_record.link_title"), new_drugs_drug_path, class: "button" = within_admin_layout(title: "Drugs") do = render "filters", drugs_search: @drugs_search table.drugs thead tr th.col-width-small th Name th Dm+d Virtual Product ID tbody - @drugs.each do |drug| tr td = link_to "Edit", edit_drugs_drug_path(drug) = pipe_separator = link_to "Delete", drugs_drug_path(drug), id: "#{drug.id}-drug", method: :delete, data: { confirm: I18n.t("prompts.confirm_delete") } td= link_to drug, edit_drugs_drug_path(drug) td= drug.vmpid = paginate @drugs
Version data entries
52 entries across 52 versions & 1 rubygems