Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
rear / lib / rear / templates / editor / radio.slim
Size: Mime:
- options.each_pair do |k,v|
  - a = active_options.include?(k) ? {checked: true} : {}
  label.radio.inline.editor-radio_container
    input name=column.name? type="radio" value=k *a *attrs(column, :editor) = v
  |