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