| Product Name | Commission Type | Amount | Active | Actions | |
|---|---|---|---|---|---|
| <%= commission.menu_item.name rescue '-' %> | <%= commission.commission_type rescue '-' %> | <%= commission.amount rescue '-' %> | <%= commission.is_active rescue '-' %> | <%= link_to t("views.btn.show"), settings_commission_path(commission), :class => "btn btn-info btn-sm waves-effect" %> <%= link_to t("views.btn.edit"), edit_settings_commission_path(commission), :class => "btn btn-info btn-sm waves-effect" %> | |