Public figure count fix

This commit is contained in:
Mehdi Arfaoui 2016-02-07 04:09:45 +01:00
parent c57d2b1b6e
commit 3f41cb3cb5

View file

@ -20,7 +20,7 @@
<section class="Statements"> <section class="Statements">
<h2><%=t "The_statements" %><%= t('statements_count', count: @public_figure.statements.count) %></h2> <h2><%=t "The_statements" %></h2><%= t('statements_count', count: @public_figure.statements.count) %>
<% if @public_figure.statements.any? %> <% if @public_figure.statements.any? %>
<ul class="Subjects"> <ul class="Subjects">