summaryrefslogtreecommitdiff
path: root/views
diff options
context:
space:
mode:
authorgebele <gebele@in-silico.ch>2017-11-01 14:53:38 +0000
committergebele <gebele@in-silico.ch>2017-11-01 14:53:38 +0000
commit40bd4a94087d1306ab71774484464312f6fd9320 (patch)
tree5866e8d7ab26257baaa3abeb8282e9793250b16a /views
parent9b4484f150978854bcd9fb8723e1df41d806be7a (diff)
serial batch prediction with task; TODO cleanup code to methods; include helper file
Diffstat (limited to 'views')
-rw-r--r--views/style.scss3
-rw-r--r--views/task.haml3
2 files changed, 3 insertions, 3 deletions
diff --git a/views/style.scss b/views/style.scss
index 2510864..46c57c6 100644
--- a/views/style.scss
+++ b/views/style.scss
@@ -105,6 +105,9 @@ supporters{
table-layout: fixed;
width: 100%;
}
+tr.hide-top > td {
+ border-top: 0px !important;
+}
.footer{
margin-top:3em;
}
diff --git a/views/task.haml b/views/task.haml
index f88bdc2..a81f764 100644
--- a/views/task.haml
+++ b/views/task.haml
@@ -84,9 +84,6 @@
$('#pager_'+id).hide();
};
};
- $("a").click(function(event) {
- event.preventDefault();
- });
%div.well
%a.btn.btn-warning{:href => to('/predict')}
%span.glyphicon.glyphicon-menu-left{:aria=>{:hidden=>"true"}}