2 @page_title = "PromoDVD Requests"
3 @hide_search_box = true
7 <%=@orders.length%> PromoDVD orders:
11 <% @orders.each do |order| %>
12 <%= order.id %>: <%= link_to order.name, order.email %> from <%= order.country %>,
13 amount: <%= order.amount %>, deadline: <%= order.deadline %> (<%= fuzzy_time_string( order.created_at.to_s ) %>)<br/>