LoginSignup
0
0

More than 3 years have passed since last update.

[rails]Haml 投稿フォームについて

Posted at

送信フォーム(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;
}
0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0