You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
5 lines
239 B
5 lines
239 B
= link_to organization do
|
|
%h5
|
|
= organization.name
|
|
%figure.org-preview.preview-tile{:style => (organization.cover? ? ('background-image: url(' + organization.cover.preview.url + ')') : nil)}
|
|
= image_tag organization.avatar.preview.url
|