良い一日。
Spreeアプリのボタンにパラメーター「btnbtn-primary」を追加したい。
また、この目標にはDefaceを使用しようとしています。
しかし、以下のコードは機能しません。
app / overirdes / add_class_btn.rb
Deface::Override.new(:virtual_path => %q{spree/products/_cart_form},
:name => %{add_class_thumbnails_to_products},
:set_attributes => %q{button#add-to-cart-button},
:disabled => false,
:attributes => {:class => 'btn btn-primary'})
そこに部分的に配置されたSpreehttps://github.com/spree/spree/blob/master/core/app/views/spree/products/_cart_form.html.erb
結果は次の図になります:
localhost:3000 / products / product1