negos_app/app/views/public/wishes/edit.html.haml

18 lines
578 B
Plaintext

.center.padding.white
%h2
Modifier ma prise d'intérêt pour le besoin
=link_to @need.title, public_need_path(@need)
.alert.alert-success
%h2= ic(:check) + " Vous êtes intéressé par ce besoin"
Vous êtes actuellement intéressé par ce besoin. Vous pouvez supprimer votre intérêt pour ce besoin en cliquant sur
le bouton ci-dessous
%br
%br
=link_to ic(:"remove") + " Je ne suis plus intéressé par ce besoin", public_need_wish_path(@need, @wish), class: "btn btn-danger", method: :delete
=render :partial => "public/wishes/form"