Pub figures pictures on latest statements
This commit is contained in:
parent
ed16357626
commit
4cd285ef53
1 changed files with 1 additions and 1 deletions
|
|
@ -4,7 +4,7 @@
|
||||||
<% # render @latest_statements %>
|
<% # render @latest_statements %>
|
||||||
<% @latest_statements.each do |statement| %>
|
<% @latest_statements.each do |statement| %>
|
||||||
<li id="statement-<%= statement.id %>">
|
<li id="statement-<%= statement.id %>">
|
||||||
<%= image_tag("public-figures/#{statement.public_figure.id}/little.png", class:"public-figure-little-image", alt:statement.public_figure.name) %>
|
<%= image_tag statement.public_figure.picture.url, class:"public-figure-little-image", alt:statement.public_figure.name %>
|
||||||
<strong><%= statement.public_figure.name %></strong>
|
<strong><%= statement.public_figure.name %></strong>
|
||||||
s'est déclaré pour
|
s'est déclaré pour
|
||||||
"<strong><%= statement.position.title %></strong>"
|
"<strong><%= statement.position.title %></strong>"
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue