My favorites
▼
|
Sign in
substruct
Open-source Ruby on Rails E-Commerce
Project Home
Downloads
Wiki
Issues
Source
READ-ONLY: This project has been
archived
. For more information see
this post
.
Search
Search within:
All issues
Open issues
New issues
Issues to verify
for
Advanced search
Search tips
Subscriptions
Issue
26
attachment: show_order_from_promotion.patch
(1017 bytes)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Index: /home/edmundo/workspace_aptana/substruct_trunk/vendor/plugins/substruct/app/views/admin/promotions/show_orders.rhtml
===================================================================
--- /home/edmundo/workspace_aptana/substruct_trunk/vendor/plugins/substruct/app/views/admin/promotions/show_orders.rhtml (revision 43)
+++ /home/edmundo/workspace_aptana/substruct_trunk/vendor/plugins/substruct/app/views/admin/promotions/show_orders.rhtml (working copy)
@@ -21,9 +21,9 @@
<% for order in @orders %>
<tr class="<%= alternate %>">
<td>
- <%= link_to(h(order.name), :action => 'show', :id => order) %>
+ <%= link_to(h(order.name), :controller => 'orders', :action => 'show', :id => order) %>
<br/>
- <%= link_to(order.order_number, :action => 'show', :id => order) %>
+ <%= link_to(order.order_number, :controller => 'orders', :action => 'show', :id => order) %>
</td>
<td><%= order.created_on.strftime("%m/%d/%y %I:%M %p") %></td>
<td><%= order.status %></td>
Powered by
Google Project Hosting