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

fix project

parent 9a55f9e8
No related branches found
No related tags found
No related merge requests found
<% if media.contexts.any? %>
<%= osuny_label Communication::Media::Context.model_name.human(count: 2) %>
<div class="row g-3">
<div class="row g-2">
<% media.contexts.each do |context| %>
<%= render 'admin/communication/medias/contexts/context', context: context %>
<% end %>
......
......@@ -3,7 +3,7 @@ localization = about
project = localization.about
language = localization.language
website = project.website
path = admin_communication_website_portfolio_projet_path(website_id: website.id, id: project.id)
path = admin_communication_website_portfolio_project_path(website_id: website.id, id: project.id)
target ||= ''
link = "#{path}#{target}"
%>
......
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