Clean up grammar in scaffold index view, by removing the word 'Listing' from list title.

This commit is contained in:
Adrien Lamothe 2015-01-12 18:20:04 -08:00
parent 72570ea289
commit d202b73f68

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