Skip to content

Instantly share code, notes, and snippets.

@jathayde
Created October 12, 2010 20:02
Show Gist options
  • Save jathayde/622806 to your computer and use it in GitHub Desktop.
Save jathayde/622806 to your computer and use it in GitHub Desktop.
<div class="page-title full">
<h1 class="dashboard">Intake</h1>
</div><%# end .page-title %>
<h2>Current Load</h2>
<% @ready_loads.each do |@load| %>
<%= render "loads/intake_load_processing", :load => @load %>
<% end %>
<h2>Loads to be processed</h2>
<% @arrived_loads.each do |@load| %>
<%= render "loads/intake_load_processing", :load => @load %>
<% end %>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment