fontawesome アイコンを追加したい
<i class="fa fa-trash-o"></i>
「破壊」の代わりに
<%= link_to 'Destroy', post_path(post), method: :delete, data: { confirm: 'Are you sure?' } %>
fontawesome アイコンを追加したい
<i class="fa fa-trash-o"></i>
「破壊」の代わりに
<%= link_to 'Destroy', post_path(post), method: :delete, data: { confirm: 'Are you sure?' } %>