Last active
February 8, 2018 12:30
-
-
Save nashirox/2f960d341bde7e711034e669dc9e371c to your computer and use it in GitHub Desktop.
link_toヘルパーにアイコンを埋め込む
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<% link_to root_path do %> | |
<i class="icon-home"></i> ホーム | |
<% end %> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment