Skip to content
Snippets Groups Projects
Unverified Commit e86988cc authored by Arnaud Levy's avatar Arnaud Levy Committed by GitHub
Browse files

Revert "Fix #1657 (#1670)" (#1749)

This reverts commit 5eca6bf7.
parent 5eca6bf7
No related branches found
No related tags found
No related merge requests found
......@@ -38,11 +38,9 @@ contact_details:
<%= render 'admin/application/static/contact_detail', variable: :phone_personal, data: @about.phone_personal, kind: ContactDetails::Phone %>
<%= render 'admin/application/static/contact_detail', variable: :email, data: @about.email, kind: ContactDetails::Email %>
<% if @about.best_picture.attached? %>
image:
- id: "<%= @about.best_picture.blob.id %>"
- alt: ""
- credit:
<%= prepare_html_for_static @about.picture_credit %>
image: "<%= @about.best_picture.blob.id %>"
credit: >-
<%= prepare_html_for_static @about.picture_credit %>
<% end %>
roles:
<% if @about.author.for_website?(@website) %>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment