5
0
Fork 0
mirror of https://0xacab.org/sutty/sutty synced 2024-07-05 21:45:45 +00:00
panel/app/views/bootstrap/_custom_checkbox_for_field.haml

7 lines
286 B
Plaintext
Raw Normal View History

- content = t("activerecord.attributes.#{field.object_name}.#{name}")
- id = "#{field.object_name}_#{name}"
- name = "#{field.object_name}[#{name}]"
= render 'bootstrap/custom_checkbox', id: id, name: name, content: content, required: local_assigns[:required], value: "1" do
= yield