adds th scope

This commit is contained in:
Alberto Garcia Cabeza
2017-03-22 17:14:36 +01:00
parent 1141a2cace
commit 841364efc0

View File

@@ -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>