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:
commit
78a4884777
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
||||||
<p id="notice"><%%= notice %></p>
|
<p id="notice"><%%= notice %></p>
|
||||||
|
|
||||||
<h1>Listing <%= plural_table_name.titleize %></h1>
|
<h1><%= plural_table_name.titleize %></h1>
|
||||||
|
|
||||||
<table>
|
<table>
|
||||||
<thead>
|
<thead>
|
||||||
|
|
Loading…
Reference in a new issue