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

Finalisation des campus (#1653)

* Fix #1647

* Fix #1648
parent 54a95ea0
No related branches found
No related tags found
No related merge requests found
......@@ -83,6 +83,10 @@ class Administration::Location < ApplicationRecord
[]
end
def explicit_blob_ids
super.concat [featured_image&.blob_id]
end
# WebsitesLinkable
def has_administrators?
......
......@@ -37,5 +37,6 @@ diplomas:
all_programs: @about.programs,
depth: 4 %>
<% end %>
<%= render 'admin/application/summary/static' %>
<%= render 'admin/communication/blocks/content/static', about: @about %>
---
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