diff options
| author | spag <spag@golwen.net> | 2013-01-13 17:23:47 +0100 |
|---|---|---|
| committer | spag <spag@golwen.net> | 2013-01-13 17:23:47 +0100 |
| commit | 0b717b40b596fcd6ba238b2b3066b33a91289fdf (patch) | |
| tree | 5b225d4085ac89532413ed224438d3ba187fda5f /app/views/tenants/_table_of_functions.html.haml | |
| parent | 0d5114566e73c44799eac83d46f159cd979f4fcc (diff) | |
| parent | 9567f239586f253002dea0ed654b7bd18a15e572 (diff) | |
Merge branch 'develop' of github.com:amooma/GS5 into develop
Diffstat (limited to 'app/views/tenants/_table_of_functions.html.haml')
| -rw-r--r-- | app/views/tenants/_table_of_functions.html.haml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/tenants/_table_of_functions.html.haml b/app/views/tenants/_table_of_functions.html.haml index d4d3950..79ea2b1 100644 --- a/app/views/tenants/_table_of_functions.html.haml +++ b/app/views/tenants/_table_of_functions.html.haml @@ -1,4 +1,4 @@ -- cache([I18n.locale, tenant, GuiFunction.count, GuiFunction.order(:updated_at).last, GsParameter.count, GsParameter.order(:updated_at)]) do +- cache([I18n.locale, tenant, GuiFunction.count, GuiFunction.order(:updated_at).last, GsParameter.count, GsParameter.order(:updated_at).last]) do %table %tr{:class => 'even'} %th |
