summaryrefslogtreecommitdiff
path: root/views/models.haml
diff options
context:
space:
mode:
authormr <mr@mrautenberg.de>2011-10-17 10:04:44 +0200
committermr <mr@mrautenberg.de>2011-10-17 10:04:44 +0200
commit5147b37a3285a231d8c938c3baf2f216a3b7f197 (patch)
treea1b15847651c4968cdd3ae7b1bfbc81f25c825b7 /views/models.haml
parentab78958d59f7d7d2526ea7a9e997f9afd2a61cc0 (diff)
model sorting for endpoints| pager for models
Diffstat (limited to 'views/models.haml')
-rw-r--r--views/models.haml1
1 files changed, 1 insertions, 0 deletions
diff --git a/views/models.haml b/views/models.haml
index 1419e37..af11a32 100644
--- a/views/models.haml
+++ b/views/models.haml
@@ -26,3 +26,4 @@
= haml :model, :locals=>{:model=>model}, :layout => false
-if @models.size == 0
.notice There are currently no models. You have to create a model first.
+= models_navigation_bottom if @models.size > 1 \ No newline at end of file