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