Skip to content

Commit

Permalink
Merge pull request #17109 from thejamespinto/patch-1
Browse files Browse the repository at this point in the history
titleizing the New Link
  • Loading branch information
rafaelfranca committed Jul 21, 2015
2 parents a2bb266 + 1acf0f0 commit 94e8b3a
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -28,4 +28,4 @@

<br>

<%%= link_to 'New <%= human_name %>', new_<%= singular_table_name %>_path %>
<%%= link_to 'New <%= singular_table_name.titleize %>', new_<%= singular_table_name %>_path %>

0 comments on commit 94e8b3a

Please sign in to comment.