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