diff options
author | Stefan Wintermeyer <stefan.wintermeyer@amooma.de> | 2013-01-20 19:54:11 +0100 |
---|---|---|
committer | Stefan Wintermeyer <stefan.wintermeyer@amooma.de> | 2013-01-20 19:54:11 +0100 |
commit | 4ea0e252683d89794deff7b1b3689d2cdf61e0d0 (patch) | |
tree | 152fe2bb04e50974c6ccd05b9280603c4235f62a /app/views/tenants/_call_routes.html.haml | |
parent | 5b5cbfddd9fa3a26de90ca8aa42668eb95648605 (diff) |
Added a gateways table to tenant#view.
Diffstat (limited to 'app/views/tenants/_call_routes.html.haml')
-rw-r--r-- | app/views/tenants/_call_routes.html.haml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/tenants/_call_routes.html.haml b/app/views/tenants/_call_routes.html.haml index ade24c9..41066ae 100644 --- a/app/views/tenants/_call_routes.html.haml +++ b/app/views/tenants/_call_routes.html.haml @@ -1,7 +1,7 @@ %h2= t("call_routes.index.page_title") - if CallRoute.count <= GsParameter.get('NUMBER_OF_SHOWN_ITEMS') - = render "call_routes/index_core", :call_routes => CallRoute.call + = render "call_routes/index_core", :call_routes => CallRoute.all = render :partial => 'shared/create_link', :locals => {:child_class => CallRoute} - else %p |