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 / boolean.slim
Size: Mime:
- COLUMNS__BOOLEAN_MAP.each_pair do |k,v|
  - a = value == k ? {checked: true} : {}
  label.radio.inline
    input name=column.name? type="radio" value=k.inspect *a *attrs(column, :editor) = v
  |