Category "partials"

can I use partials in a for loop in ejs?

I'm trying to include partials in a for loop in EJS. <% let index = 1 %> <% for (let item in db) { %> <div class="box unfocused box_<

How to find where a view partial is used?

How do you go about easily finding out where a Rails view partial is used? In what views, controllers etc. This is handy when working on an app that someone e