adds missing tr tag
This commit is contained in:
@@ -10,8 +10,10 @@
|
|||||||
<div class="small-12 medium-9 column">
|
<div class="small-12 medium-9 column">
|
||||||
<table>
|
<table>
|
||||||
<thead>
|
<thead>
|
||||||
<th><%= Budget.human_attribute_name(:name) %></th>
|
<tr>
|
||||||
<th><%= Budget.human_attribute_name(:phase) %></th>
|
<th><%= Budget.human_attribute_name(:name) %></th>
|
||||||
|
<th><%= Budget.human_attribute_name(:phase) %></th>
|
||||||
|
</tr>
|
||||||
</thead>
|
</thead>
|
||||||
<tbody>
|
<tbody>
|
||||||
<% @budgets.each do |budget| %>
|
<% @budgets.each do |budget| %>
|
||||||
|
|||||||
Reference in New Issue
Block a user