Replaces bullet for bull

This commit is contained in:
Alberto Garcia Cabeza
2015-09-09 20:33:21 +02:00
parent dba3385a6c
commit a61c006f7f
9 changed files with 20 additions and 20 deletions

View File

@@ -24,9 +24,9 @@
<tr id="debate_<%= debate.id %>">
<td>
<%= link_to debate.title, debate, target: "_blank" %>
<span class="bullet">&nbsp;&bullet;&nbsp;</span>
<span class="bullet">&nbsp;&bull;&nbsp;</span>
<%= debate.author.username %>
<span class="bullet">&nbsp;&bullet;&nbsp;</span>
<span class="bullet">&nbsp;&bull;&nbsp;</span>
<span class="date"><%= l debate.updated_at.to_date %></span>
<br>
<%= debate.description %>

View File

@@ -19,7 +19,7 @@
<% @users.each do |user| %>
<li>
<%= user.name %>
<span class="bullet">&nbsp;&bullet;&nbsp;</span>
<span class="bullet">&nbsp;&bull;&nbsp;</span>
<% if user.hidden? %>
<%= t("moderation.users.index.hidden") %>
<% else %>