Public figure count fix
This commit is contained in:
parent
c57d2b1b6e
commit
3f41cb3cb5
1 changed files with 1 additions and 1 deletions
|
|
@ -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">
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue