List
Samples
Basic
0.0ms
71 allocs
This is a list
This is a second list
This is a block invoked list
View Source
<%= render "shared/actions/list", content: "This is a list" %>
<%= render "shared/actions/list", content: "This is a second list" %>
<%= render "shared/actions/list" do %>
This is a block invoked list
<% end %>