Replaces bullet for bull
This commit is contained in:
@@ -32,7 +32,7 @@
|
||||
<%= @debate.author.name %>
|
||||
</span>
|
||||
<% if @debate.author.official? %>
|
||||
•
|
||||
•
|
||||
<span class="label round level-<%= @debate.author.official_level %>">
|
||||
<%= @debate.author.official_position %>
|
||||
</span>
|
||||
@@ -40,18 +40,18 @@
|
||||
<% end %>
|
||||
|
||||
<% if @debate.author.verified_organization? %>
|
||||
•
|
||||
•
|
||||
<span class="label round is-association">
|
||||
<%= t("shared.collective") %>
|
||||
</span>
|
||||
<% end %>
|
||||
|
||||
<span class="bullet"> • </span>
|
||||
<span class="bullet"> • </span>
|
||||
<%= l @debate.created_at.to_date %>
|
||||
<span class="bullet"> • </span>
|
||||
<span class="bullet"> • </span>
|
||||
<i class="icon-comments"></i>
|
||||
<%= link_to t("debates.show.comments", count: @debate.comments_count), "#comments" %>
|
||||
<span class="bullet"> • </span>
|
||||
<span class="bullet"> • </span>
|
||||
<span class="js-flag-actions">
|
||||
<%= render 'debates/flag_actions', debate: @debate %>
|
||||
</span>
|
||||
|
||||
Reference in New Issue
Block a user