[Posts] Fix missing space on votes page

This commit is contained in:
Earlopain 2021-10-24 13:09:30 +02:00
parent 66f8e485b3
commit c1855d8a6f
No known key found for this signature in database
GPG Key ID: 6CFB948E15246897

View File

@ -40,9 +40,9 @@
<% elsif vote.score == 0 %><span class='yellowtext'>Locked</span>
<% else %><span class='redtext'>Down</span>
<% end %></td>
<td title="Created at <%= vote.created_at.strftime("%c") %>"><%= time_ago_in_words(vote.created_at) %>ago
<td title="Created at <%= vote.created_at.strftime("%c") %>"><%= time_ago_in_words(vote.created_at) %> ago
</td>
<td title="Updated at <%= vote.updated_at.strftime("%c") %>"><%= time_ago_in_words(vote.updated_at) %>ago
<td title="Updated at <%= vote.updated_at.strftime("%c") %>"><%= time_ago_in_words(vote.updated_at) %> ago
</td>
<td><%= link_to_ip vote.user_ip_addr %></td>
</tr>