Update _article_followable_area.html.erb (#1618)
This commit is contained in:
parent
0ce46b637a
commit
77dc803998
1 changed files with 1 additions and 1 deletions
|
|
@ -1,7 +1,7 @@
|
|||
<% if followable.class.name == "Organization" && followable.nav_image.present? %>
|
||||
<div class="profile-pic-wrapper wide-profile-image-wrapper">
|
||||
<a href="<%= followable.path + article.decorate.internal_utm_params %>" />
|
||||
<img class="wide-image" src="<%= CloudinaryHelper.cl_image_path(followable.nav_image_url,
|
||||
<img class="wide-image" src="<%= cl_image_path(followable.nav_image_url,
|
||||
type: "fetch",
|
||||
crop: "fill",
|
||||
width: 220,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue