Skip to content
Snippets Groups Projects
Unverified Commit 0ae1d993 authored by Sébastien Gaya's avatar Sébastien Gaya
Browse files

fix citations

parent d36dc94f
No related branches found
No related tags found
No related merge requests found
......@@ -45,8 +45,16 @@ citations:
- label: "MLA"
content: >-
<%= prepare_html_for_static @about.citation_mla(website: @website), @website.university %>
- label: "Chicago"
content: >-
<%= prepare_html_for_static @about.citation_chicago(website: @website), @website.university %>
- label: "Harvard"
content: >-
<%= prepare_html_for_static @about.citation_harvard(website: @website), @website.university %>
<% if @website.default_language.iso_code == "fr" %>
- label: "ISO 690"
content: >-
<%= prepare_html_for_static @about.citation_iso690(website: @website), @website.university %>
<% end %>
<%= 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