diff --git a/app/views/proposals/_featured_proposal.html.erb b/app/views/proposals/_featured_proposal.html.erb index 623932c38..5500b2418 100644 --- a/app/views/proposals/_featured_proposal.html.erb +++ b/app/views/proposals/_featured_proposal.html.erb @@ -7,7 +7,16 @@ <% else %> <%= proposal.author.name %> <% end %> +  •  + + <% if proposal.author.display_official_position_badge? %> + + <%= proposal.author.official_position %> + +  •  + <% end %> + <%= t("proposals.proposal.supports", count: proposal.total_votes) %>