Fix user lists link

This commit is contained in:
2014-07-29 21:28:50 +02:00
parent acebd48111
commit f780dfc529
2 changed files with 5 additions and 10 deletions
@@ -17,10 +17,10 @@ if list.orders
if showTotal
.list-orders-total.total
= t 'total'
span.currency= currency model.total
span.currency= currency list.total
else
p
span=t 'active_list.no_orders_explanation'
br
link-to 'list_products' class="button"
link-to 'lists' class="button"
span=t 'list_products.title'
+3 -8
View File
@@ -4,7 +4,6 @@ Release
Supplier
--------
- user names in orders
- better product listing with time of day in products overview
- english emails
- remove kassasysteem from emails
@@ -20,8 +19,6 @@ Supplier
- Closing list confirmation modal
- Lists
- Add list link
- List
- Translate and prettify go to lists link helpers.links.index
- Section table view
- click on table side menu buttons
- add order vinkjes management (post release)
@@ -34,11 +31,8 @@ User
----
- Cleanup UserController
- Add product info (look at waiter app)
- translate join table strings
- Add order plus button
- test met veel producten
- Old list adding per 20, not 2
- lists#show goto list button better
- side menu cleaner
@@ -55,8 +49,9 @@ Bugs
- Supplier tables pagination styling
- supplier counters in user view (no supplier in active list?)
- supplier main board section selector selects first section option and not the supplier name, which is added using prompt thingy. Maybe setting ApplicationController.active_section in stead of IndexController.active_section for scope locking
- supplier main board mark list as helped button styling is a bit off
- Supplier section view table does not get activated on new list creation
- Supplier
- Main dashboard
- Total list price is not working, link with orders not made. Make/Check if there is a spec
Post release
============