From a832f588844bc248a5dec07ca2251f1966d09744 Mon Sep 17 00:00:00 2001
From: Nicolas Joyard <joyard.nicolas@gmail.com>
Date: Sun, 29 May 2016 18:44:19 +0200
Subject: [PATCH] Fix recommendation icons

---
 templates/representatives_votes/dossier_detail.haml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/templates/representatives_votes/dossier_detail.haml b/templates/representatives_votes/dossier_detail.haml
index 6723a164..2734ac69 100644
--- a/templates/representatives_votes/dossier_detail.haml
+++ b/templates/representatives_votes/dossier_detail.haml
@@ -35,7 +35,7 @@
             {{ proposal.reference }}
             {{ proposal.kind }}
         %td= proposal.recommendation.title
-        %td= proposal.recommendation.position | position_icon
+        %td= proposal.recommendation.recommendation | position_icon
         %td= proposal.status
         %td= proposal.total_for
         %td= proposal.total_against
-- 
GitLab