hanami-helpers/spec/support/fixtures/templates/link_to/index.html.erb

10 lines
330 B
Plaintext

<%= link_to_home %>
<%= link_to_relative %>
<%= link_to_home_with_html_content %>
<%= link_to_home_with_html_content_id_and_class %>
<%= link_to_external_url_with_content %>
<%= link_to_external_url_with_html_content %>
<%= link_to_xss_content %>
<%= link_to_xss_raw_content_block %>
<%= link_to_xss_html_builder_content_block %>