make section table management with adding and positioning tables

This commit is contained in:
2012-11-20 16:27:10 +01:00
parent 633665daaa
commit a53e7e9ecd
7 changed files with 160 additions and 5 deletions
+5
View File
@@ -113,6 +113,11 @@ nl:
modal:
title: Positioneer tafels
body_header: ""
distributed: Verspreid
by_row: Per rij
by_row_count: van
by_column: Per kolom
by_column_count: van
user:
active_list:
+2
View File
@@ -79,6 +79,8 @@ Qrammer::Application.routes.draw do
member do
get :manage_tables
get :tables_view
post :add_tables
post :arrange_tables
end
end
resources :tables do