Replace <a> with link_to()
This commit is contained in:
parent
0604141beb
commit
76dfb5ffd4
@ -2,7 +2,7 @@
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta http-quiv="refresh" content="67">
|
||||
<meta http-equiv="refresh" content="67">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=0.7">
|
||||
<meta property="og:locale" content="en_US">
|
||||
<meta property="og:type" content="website">
|
||||
@ -43,15 +43,14 @@
|
||||
<h1>Notice:</h1>
|
||||
<h2>This website uses cookies.</h2>
|
||||
<p>
|
||||
We and selected partners use cookies as specified
|
||||
in <a href="http://tools.ietf.org/html/rfc6265">RFC
|
||||
6265</a>. By proceeding you consent to the use of such
|
||||
We and selected partners use cookies as specified in
|
||||
<%= link_to 'RFC 6265' => 'http://tools.ietf.org/html/rfc6265' %>.
|
||||
By proceeding you consent to the use of such
|
||||
technologies; we may collect information from you
|
||||
automatically through cookies or similar technology.<br>
|
||||
<br>
|
||||
For further information please visit
|
||||
<!-- <%= link_to 'allaboutcookies.org' => 'http://allaboutcookies.org' %> -->
|
||||
<a href="http://allaboutcookies.org">allaboutcookies.org</a>.
|
||||
<%= link_to 'allaboutcookies.org' => 'http://allaboutcookies.org' %>.
|
||||
</p>
|
||||
<div class="modalFooter">
|
||||
<button class="button-small"
|
||||
|
Loading…
x
Reference in New Issue
Block a user