summaryrefslogtreecommitdiff
path: root/views/select.haml
blob: d6e3d202d8bba1cf848ec854a6dabe5b12624a20 (plain)
1
2
3
4
5
6
7
8
%p
  More than one compound found for
  = "\"#{params[:name]}\"."
  Please select a structure:
- @compounds.each do |compound|
  %a{:href => "/cid/#{compound.cid}"}
    %img{:src => compound.image_uri }