adds th scope
This commit is contained in:
@@ -11,8 +11,8 @@
|
|||||||
<table>
|
<table>
|
||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
<th><%= Budget.human_attribute_name(:name) %></th>
|
<th scope="col"><%= Budget.human_attribute_name(:name) %></th>
|
||||||
<th><%= Budget.human_attribute_name(:phase) %></th>
|
<th scope="col"><%= Budget.human_attribute_name(:phase) %></th>
|
||||||
</tr>
|
</tr>
|
||||||
</thead>
|
</thead>
|
||||||
<tbody>
|
<tbody>
|
||||||
|
|||||||
Reference in New Issue
Block a user