-
Notifications
You must be signed in to change notification settings - Fork 0
Alexis
Kevinwlee/inapicklecateringllc
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
<% @meals.each do |meal| %> <div class="grid_5 day-meal"> <h3><strong><%=h meal.day %></strong></h3> <h4><strong><%=meal.title%></strong></h4> <% meal.entrees.each do |entree|%> <p><%=entree.name%></p> <%end%> <h5><%=h meal.side_title %></h5> <ul> <% meal.side_items.each do |item|%> <li><%=item.description%></li> <%end%> </ul> <h5><%=h meal.other_title %></h5> <ul> <% meal.other_items.each do |other|%> <li><%=other.description%></li> <%end%> <ul> </div> <%end%>
About
Alexis
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published