users/show: fix stray </tbody> tag.
How the fuck has this been broken for 7 years.
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user