diff options
author | Stefan Wintermeyer <stefan.wintermeyer@amooma.de> | 2013-02-12 13:26:30 +0100 |
---|---|---|
committer | Stefan Wintermeyer <stefan.wintermeyer@amooma.de> | 2013-02-12 13:26:30 +0100 |
commit | f8f35f666613eff24d3988bda1a22cc40ef2ab30 (patch) | |
tree | aa6ed467ba56ea74b0061af4d06cfb9b853da489 /app/assets/stylesheets/application.css | |
parent | aa5a2b806d117ffde9888e282c7100066156d94b (diff) |
Make the call_elements table sortable by drag and drop.
Diffstat (limited to 'app/assets/stylesheets/application.css')
-rw-r--r-- | app/assets/stylesheets/application.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/assets/stylesheets/application.css b/app/assets/stylesheets/application.css index 3e1cc66..44868e4 100644 --- a/app/assets/stylesheets/application.css +++ b/app/assets/stylesheets/application.css @@ -15,4 +15,5 @@ *= require call_routes *= require softkeys *= require phone_numbers + *= require route_elements */ |