LoginSignup
1
0

More than 3 years have passed since last update.

rails viewの繰り返しでitemの一覧を表示する方法

Posted at

railsのviewでアイテムをfor文を使って表示しています。

<%for i in 0..4 do%>
    <li><%=link_to @ranking_articles[i].title,article_path(@ranking_articles[i].id)%><span>(<%=@previews[i]%>)</span></li>
<%end%>
1
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
1
0