diff options
author | Jayaram Pai | 2013-12-18 15:26:27 +0530 |
---|---|---|
committer | Jayaram Pai | 2013-12-18 15:26:27 +0530 |
commit | 98a5fc266b9609b9f2e61e4fc2f4d99d61bbbcc5 (patch) | |
tree | 93452b38a0748f1f510a82804860aa085133fe4d /static/website/templates | |
parent | b7844cf78d0b0f5a8489138732a15c4d40967c93 (diff) | |
download | FOSSEE-Forum-98a5fc266b9609b9f2e61e4fc2f4d99d61bbbcc5.tar.gz FOSSEE-Forum-98a5fc266b9609b9f2e61e4fc2f4d99d61bbbcc5.tar.bz2 FOSSEE-Forum-98a5fc266b9609b9f2e61e4fc2f4d99d61bbbcc5.zip |
meta class on get-question page
Diffstat (limited to 'static/website/templates')
-rw-r--r-- | static/website/templates/get-question.html | 13 |
1 files changed, 10 insertions, 3 deletions
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> |