##送信フォーム(hamlでの表示方法)
%input.class-name__text{tpe: "text"}
%input.class-name__submit{type: "submit" ,value: "POST"}
1.テキストを入れるフォーム
2.送信ボタン
###▼ボタンのオプションの解説
クイックリファレンス
##リンクをつける
= link_to '#' do
%i.fa.fa-trash
##リンクの表示を変えて、下線などを消す
a {
text-decoration:none;
}