From accf5922518d4ea1fe45d233f0edf3d590af6a08 Mon Sep 17 00:00:00 2001 From: Lucas Bajolet Date: Mon, 27 Oct 2014 14:05:17 -0400 Subject: [PATCH] opportunity: Cosmetic changes to meetup visualization page Signed-off-by: Lucas Bajolet --- contrib/opportunity/src/templates/boilerplate.nit | 2 -- contrib/opportunity/src/templates/meetup.nit | 4 ++-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/contrib/opportunity/src/templates/boilerplate.nit b/contrib/opportunity/src/templates/boilerplate.nit index 5b9d6d0..3261552 100644 --- a/contrib/opportunity/src/templates/boilerplate.nit +++ b/contrib/opportunity/src/templates/boilerplate.nit @@ -59,8 +59,6 @@ class OpportunityHeader } .answer:hover { cursor:pointer; - background-color:#0d8921; - color:white; } .opportunity-action:hover { cursor:pointer; diff --git a/contrib/opportunity/src/templates/meetup.nit b/contrib/opportunity/src/templates/meetup.nit index d9af51d..ba095ce 100644 --- a/contrib/opportunity/src/templates/meetup.nit +++ b/contrib/opportunity/src/templates/meetup.nit @@ -156,7 +156,7 @@ redef class Meetup t.add "" for i in participants(db) do t.add "" - t.add """
❌
""" + t.add """
""" i.load_answers(db, self) t.add "" t.add i.to_s @@ -180,7 +180,7 @@ redef class Meetup end t.add """ -
+
+
""" for i in answers(db) do -- 1.7.9.5