adds missing tr tag

This commit is contained in:
Alberto Garcia Cabeza
2017-03-22 17:12:47 +01:00
parent 39613ec5f3
commit 1141a2cace

View File

@@ -10,8 +10,10 @@
<div class="small-12 medium-9 column"> <div class="small-12 medium-9 column">
<table> <table>
<thead> <thead>
<tr>
<th><%= Budget.human_attribute_name(:name) %></th> <th><%= Budget.human_attribute_name(:name) %></th>
<th><%= Budget.human_attribute_name(:phase) %></th> <th><%= Budget.human_attribute_name(:phase) %></th>
</tr>
</thead> </thead>
<tbody> <tbody>
<% @budgets.each do |budget| %> <% @budgets.each do |budget| %>