Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
password_fieldsのスタイルをBlueprintフレームワークの入力フィールドのデフォルトスタイルと同じにしたいのですが。このために.sassに何を入れる必要がありますか?
それを見つけた。
HAMLの入力にクラスを追加する必要があります
= f.password_field :password, :class => 'text'