summaryrefslogtreecommitdiff
path: root/views/echa.haml
blob: 1cabfa01d5cfcaaad9cf8dcae21f5579464518db (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
%b Select:
%b ECHA Endpoint
%em= "-> Dataset -> Prediction Feature"

%form{ :action => url_for('/ambit'), :method => "post" }
  %input{:type => 'hidden', :name => 'subjectid', :id => 'subjectid', :value => session[:subjectid]}

  - @endpoints.each do |endpoint|
    %br
      %input{:type=>'radio', :name => "endpoint", :value => endpoint} #{endpoint.split('#').last}

  %p
    %input{:type => 'submit', :value => "Next"}