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

Merge branch 'main' into extranet_posts

parents 336d2045 78f4b0b3
No related branches found
No related tags found
No related merge requests found
......@@ -65,8 +65,8 @@
<% if @organization.url.present? %>
<dt><%= University::Organization.human_attribute_name(:url) %></dt>
<dd>
<a href="<%= social_twitter_to_url @organization.url %>" target="_blank" rel="noreferrer">
<%= social_twitter_to_s @organization.url %>
<a href="<%= social_website_to_url @organization.url %>" target="_blank" rel="noreferrer">
<%= social_website_to_s @organization.url %>
</a>
</dd>
<% end %>
......
......@@ -24,8 +24,8 @@
<% if @organization.url.present? %>
<dt><%= University::Organization.human_attribute_name(:url) %></dt>
<dd>
<a href="<%= social_twitter_to_url @organization.url %>" target="_blank" rel="noreferrer">
<%= social_twitter_to_s @organization.url %>
<a href="<%= social_website_to_url @organization.url %>" target="_blank" rel="noreferrer">
<%= social_website_to_s @organization.url %>
</a>
</dd>
<% end %>
......
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