Sha256: 7f04e96f3fb84ea26ef16703f2a8d9f24bd63f5721788d8b2135db829b23dd69
Contents?: true
Size: 483 Bytes
Versions: 89
Compression:
Stored size: 483 Bytes
Contents
<%= content_tag(:label, id: object.id, data: object.data, value: object.value, checked: object.checked, class: object.classname) do %> <% if object.children %> <%= capture(&object.children) %> <% else %> <%= radio_button_tag object.name, object.value, object.selected %> <% end %> <span class="pb_radio_button"></span> <%= pb_rails("body", props: { status: object.body_status, text: object.text, dark: object.dark}) %> <% end %>
Version data entries
89 entries across 89 versions & 1 rubygems