Skip to content

Commit

Permalink
Merge pull request #3736 from betagouv/fix-cooperation
Browse files Browse the repository at this point in the history
Fix PEC link
  • Loading branch information
clairezed authored Dec 13, 2024
2 parents 171b632 + eff94b8 commit 928d82c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/needs/_match_actions.html.haml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
%p.explanations= text
- partner_full_link = match.solicitation&.landing&.partner_full_url
- if partner_full_link.present?
%p.sub-content= t('.deposited_on_partner_website_html', partner_full_link: link_to(match.solicitation.landing.partner_url, partner_link, target: '_blank', rel: 'noopener'))
%p.sub-content= t('.deposited_on_partner_website_html', partner_link: link_to(match.solicitation.landing.partner_url, partner_full_link, target: '_blank', rel: 'noopener'))
= form_with(model: match, url: match_path(match)) do |f|
= f.button :submit, name: :status, value: :quo, class: 'gray-link', id: "cancel-match" do
= t('.cancel_taking_care')
Expand Down

0 comments on commit 928d82c

Please sign in to comment.