Sha256: 8f73f7a1e088a2c2a32350543b57e99ea5afae5c962aa6ea7fd22d609c95db97

Contents?: true

Size: 404 Bytes

Versions: 10

Compression:

Stored size: 404 Bytes

Contents

.input-block
  = render layout: 'tenon/fields/base_inline', locals: { f: f, method_name: method_name, value: value, opts: opts } do
    = f.super_radio_button method_name, value, opts.merge(class: 'input-block__radio-button')

    .input-block__radio-button-icon.input-block__checked-icon
      = i('check')
      
  - if opts[:explanation].present?
    .input-block__explanation= raw opts[:explanation]

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
tenon-2.1.0 app/views/tenon/fields/_radio_button.html.haml
tenon-2.0.8 app/views/tenon/fields/_radio_button.html.haml
tenon-2.0.7 app/views/tenon/fields/_radio_button.html.haml
tenon-2.0.6 app/views/tenon/fields/_radio_button.html.haml
tenon-2.0.5 app/views/tenon/fields/_radio_button.html.haml
tenon-2.0.4 app/views/tenon/fields/_radio_button.html.haml
tenon-2.0.3 app/views/tenon/fields/_radio_button.html.haml
tenon-2.0.2 app/views/tenon/fields/_radio_button.html.haml
tenon-2.0.1 app/views/tenon/fields/_radio_button.html.haml
tenon-2.0.0 app/views/tenon/fields/_radio_button.html.haml