summaryrefslogtreecommitdiff
path: root/views/predict.haml
diff options
context:
space:
mode:
Diffstat (limited to 'views/predict.haml')
-rw-r--r--views/predict.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/views/predict.haml b/views/predict.haml
index fa16c14..97f4b40 100644
--- a/views/predict.haml
+++ b/views/predict.haml
@@ -89,7 +89,7 @@
#models
- @detail_count = 0
- @endpoints.each do |endpoint|
- %b= model_endpoint.split("#").last.gsub("_", " ").gsub(/\"|\]/, "")+" :"
+ %b= endpoint.split("#").last.gsub("_", " ").gsub(/\"|\]/, "")+" :"
- @models.each do |model|
- if endpoint == model.type.select{|e| e =~ /Endpoint/}
- model_title = model.title.split("_").last(2)[0]