From 0e1a6b9771ebd51c8fda3b699c9025932135bf99 Mon Sep 17 00:00:00 2001 From: Henne Vogelsang Date: Tue, 22 Oct 2013 15:56:44 +0200 Subject: [PATCH] Show the supporter_level title, not the class --- app/views/admin/supporters/index.html.haml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/views/admin/supporters/index.html.haml b/app/views/admin/supporters/index.html.haml index 60e71571..145696a3 100644 --- a/app/views/admin/supporters/index.html.haml +++ b/app/views/admin/supporters/index.html.haml @@ -32,6 +32,6 @@ %tr %td= u.name %td= u.email - %td= u.supporter_level + %td= u.supporter_level.title %td= u.code - %td= u.code_is_valid \ No newline at end of file + %td= u.code_is_valid