From 98a5fc266b9609b9f2e61e4fc2f4d99d61bbbcc5 Mon Sep 17 00:00:00 2001 From: Jayaram Pai Date: Wed, 18 Dec 2013 15:26:27 +0530 Subject: meta class on get-question page --- static/website/templates/get-question.html | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) (limited to 'static/website/templates/get-question.html') diff --git a/static/website/templates/get-question.html b/static/website/templates/get-question.html index bd63d02..cc4aca1 100644 --- a/static/website/templates/get-question.html +++ b/static/website/templates/get-question.html @@ -52,11 +52,18 @@ {% endifequal %} </span> - <span class="user"> - <img id="ajax-loader" src="/static/website/images/ajax-loader.gif" style="display:none;"> + <span class="meta"> + <small> + <i> + {{ question.date_created }} + </i> + </small> + + <span class="user"> {{ question.user }} + </span> </span> -</div> <!-- /.question --> + </div> <!-- /.question --> <h4><u>Answers:</u></h4> -- cgit