Skip to content
Snippets Groups Projects
Commit 1e7e1724 authored by Arnaud Levy's avatar Arnaud Levy
Browse files

person

parent 146377e6
No related branches found
No related tags found
No related merge requests found
module AsBacklinkable
module Backlinkable
extend ActiveSupport::Concern
def backlinks_pages(website)
......
......@@ -47,8 +47,8 @@
# fk_rails_5af11ea0cc (original_id => university_organizations.id)
#
class University::Organization < ApplicationRecord
include AsBacklinkable
include AsIndirectObject
include Backlinkable
include Sanitizable
include WithBlobs
include WithBlocks
......
......@@ -55,6 +55,7 @@
#
class University::Person < ApplicationRecord
include AsIndirectObject
include Backlinkable
include Sanitizable
include WithBlobs
include WithBlocks
......
......@@ -81,6 +81,7 @@ administrative_missions:
<%= target.current_permalink_in_website(@website)&.path if target.respond_to? :current_permalink_in_website %>
<% end %>
<% end %>
<%= render 'admin/application/connections/backlinks' %>
<%= render 'admin/communication/blocks/content/static', about: @about %>
---
<%= prepare_html_for_static @about.biography, @about.university %>
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