This repository has been archived on 2020-01-20. You can view files and clone it, but cannot push or open issues or pull requests.
evoresa/app/views/items/index.html.erb

6 lines
102 B
Plaintext

<h1>EvoResa</h1>
<ul id="item-list">
<%= render :partial => 'item', :collection => @items %>
</ul>