Bootstrap4からGlyphiconsアイコンフォントが廃止されたので、GithubのOcticonsを代わり使うことにしたので、メモ。
まず、 Octicons rails helperをbundle install。
ためしにやってみる。
<%= octicon "alert", :height => 32, :class => "right left", :"aria-label" => "hi" %>
できた。