Skip to content

Commit

Permalink
Merge pull request #232 from internetee/189-contact-owner-link
Browse files Browse the repository at this point in the history
Remove recapcha check if record is not contactable
  • Loading branch information
vohmar authored May 29, 2020
2 parents 504f7a8 + 9c9770a commit 0c9f9b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/whois_records/show.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@

<p>More information at http://internet.ee</p>

<% if !@show_sensitive_data %>
<% if !@show_sensitive_data && @whois_record.contactable? %>
<section class="captcha">
<%= render 'whois_records/show/captcha' %>
</section>
Expand Down

0 comments on commit 0c9f9b8

Please sign in to comment.