Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Indicate link_to creates an anchor element #18831

Merged
merged 1 commit into from
Feb 6, 2015

Conversation

colinrymer
Copy link
Contributor

The link_to helper generates an HTML anchor element (consisting of opening and closing anchor tags and an element body). The docs currently state the a link tag is generated (which would indicate a tag like <link>, which is another valid HTML tag), so this change clarifies that an anchor element is actually generated.

[ci skip]

The `link_to` helper generates an HTML anchor element (consisting of opening and closing anchor tags and an element body). The docs currently state the a link tag is generated (which would indicate a tag like `<link>`, which is another valid HTML tag), so this change clarifies that an anchor element is actually generated.

[ci skip]
rafaelfranca added a commit that referenced this pull request Feb 6, 2015
Indicate link_to creates an anchor element
@rafaelfranca rafaelfranca merged commit 01c86fb into rails:master Feb 6, 2015
@colinrymer colinrymer deleted the patch-1 branch February 6, 2015 18:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants