Skip to content

Commit

Permalink
Making link name consistent with surrounding text
Browse files Browse the repository at this point in the history
  • Loading branch information
zamith committed Oct 12, 2012
1 parent 5dd7c50 commit 6266b9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/projects/blogger.markdown
Expand Up @@ -407,7 +407,7 @@ Or, if you wanted to also have a CSS ID attribute:
Use that technique to add the CSS class `new_article` to your "Create a New Article" link.
```ruby
<%= link_to "New Article", new_article_path, :class => "new_article" %>
<%= link_to "Create a New Article", new_article_path, :class => "new_article" %>
```
#### Review the Results
Expand Down

0 comments on commit 6266b9c

Please sign in to comment.