summaryrefslogtreecommitdiff
path: root/helper.rb
diff options
context:
space:
mode:
Diffstat (limited to 'helper.rb')
-rw-r--r--helper.rb5
1 files changed, 5 insertions, 0 deletions
diff --git a/helper.rb b/helper.rb
index f45e349..11f99f7 100644
--- a/helper.rb
+++ b/helper.rb
@@ -96,6 +96,11 @@ helpers do
haml :models_navigation, :layout => false
end
+ def models_navigation_bottom
+ @page = 0 unless @page
+ haml :models_navigation_bottom, :layout => false
+ end
+
def endpoint_option_list(max_time=3600)
out = ""
tmpfile = File.join(TMP_DIR, 'endpoint_option_list')