summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJayaram Pai2013-12-18 15:26:27 +0530
committerJayaram Pai2013-12-18 15:26:27 +0530
commit98a5fc266b9609b9f2e61e4fc2f4d99d61bbbcc5 (patch)
tree93452b38a0748f1f510a82804860aa085133fe4d
parentb7844cf78d0b0f5a8489138732a15c4d40967c93 (diff)
downloadFOSSEE-Forum-98a5fc266b9609b9f2e61e4fc2f4d99d61bbbcc5.tar.gz
FOSSEE-Forum-98a5fc266b9609b9f2e61e4fc2f4d99d61bbbcc5.tar.bz2
FOSSEE-Forum-98a5fc266b9609b9f2e61e4fc2f4d99d61bbbcc5.zip
meta class on get-question page
-rw-r--r--static/website/templates/get-question.html13
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>