1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

Merge pull request #18476 from Alamoz/scaffold_index_view_grammar

Clean up grammar in scaffold index view, by removing the word 'Listing' ...
This commit is contained in:
David Heinemeier Hansson 2015-01-13 09:27:58 -08:00
commit 78a4884777

View file

@ -1,6 +1,6 @@
<p id="notice"><%%= notice %></p>
<h1>Listing <%= plural_table_name.titleize %></h1>
<h1><%= plural_table_name.titleize %></h1>
<table>
<thead>