Skip to content

Commit

Permalink
Remove link that wasn't removed by git during the merge...
Browse files Browse the repository at this point in the history
  • Loading branch information
Daz Oakley committed Mar 31, 2011
1 parent 590227d commit 9038d6a
Showing 1 changed file with 0 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -55,13 +55,6 @@
:title => 'Southern Blot Tool: Find restriction enzymes suitable for a southern blot.'
}) unless escell.nil?

links.push({
:url => ucsc_link_url(@data[:chromosome], @data[:coord_start], @data[:coord_end]),
:class => 'button link_button',
:text => 'view in UCSC',
:title => 'View this gene in UCSC genome browser.'
}) unless @data[:chromosome].nil? and @data[:coord_start].nil? and @data[:coord_end].nil?

links.map! do |link|
tag = "<a href=\"#{link[:url]}\" target=\"_blank\""
tag << " class=\"#{link[:class]}\"" unless link[:class].nil?
Expand Down

0 comments on commit 9038d6a

Please sign in to comment.