mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Change double quotes to single quotes in guide
Improve consistency
This commit is contained in:
parent
0e9a705966
commit
a4aa95e6af
1 changed files with 1 additions and 1 deletions
|
@ -1873,7 +1873,7 @@ Then you make the `app/views/articles/show.html.erb` look like the following:
|
|||
<%= render @article.comments %>
|
||||
|
||||
<h2>Add a comment:</h2>
|
||||
<%= render "comments/form" %>
|
||||
<%= render 'comments/form' %>
|
||||
|
||||
<%= link_to 'Edit Article', edit_article_path(@article) %> |
|
||||
<%= link_to 'Back to Articles', articles_path %>
|
||||
|
|
Loading…
Reference in a new issue