decioferreira / bootstrap-generators

Bootstrap-generators provides Twitter Bootstrap generators for Rails
MIT License
351 stars 77 forks source link

Ruby coding style #34

Closed nleo closed 9 years ago

nleo commented 9 years ago

https://github.com/bbatsov/ruby-style-guide

/ now
.form-group
    = f.label :name, :class => "col-sm-2 control-label"

/ be great
.form-group
    = f.label :name, class: 'col-sm-2 control-label'