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

url, not path

parent 4c715392
No related branches found
No related tags found
No related merge requests found
......@@ -13,7 +13,7 @@
<% websites.ordered.each do |website| %>
<tr>
<td>
<%= link_to website.name, admin_communication_website_path(website, host: website.university.url), target: :_blank %>
<%= link_to website.name, admin_communication_website_url(website, host: website.university.url), target: :_blank %>
</td>
<td>
<%= link_to website.url, website.url, target: :_blank if website.url.present? %>
......
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