users/show: fix stray </tbody> tag.

How the fuck has this been broken for 7 years.
This commit is contained in:
evazion
2020-04-03 21:45:41 -05:00
parent 25cca328b2
commit 14c1dc2f0c

View File

@@ -188,7 +188,7 @@
<tr>
<th>Feedback</th>
<td><%= presenter.feedbacks(self) %></td> </tbody>
<td><%= presenter.feedbacks(self) %></td>
</tr>
<% if CurrentUser.is_moderator? && presenter.previous_names(self).present? %>
@@ -226,5 +226,6 @@
</td>
</tr>
<% end %>
</tbody>
</table>
</div>