diff options
author | holyantony | 2015-09-11 00:48:13 +0530 |
---|---|---|
committer | holyantony | 2015-09-11 00:48:13 +0530 |
commit | b8d639085609d15e8133f0f04ffd36a03fee87c7 (patch) | |
tree | 26d02f931871c3e1ae3a0a02ccd5280005c2e7ca /static/forums/templates/view-profile.html | |
parent | 58427ab043e8e79208ae2f4a15d557667905b1d5 (diff) | |
download | FOSSEE-Forum-b8d639085609d15e8133f0f04ffd36a03fee87c7.tar.gz FOSSEE-Forum-b8d639085609d15e8133f0f04ffd36a03fee87c7.tar.bz2 FOSSEE-Forum-b8d639085609d15e8133f0f04ffd36a03fee87c7.zip |
Subject:Sorting on table header, view profile
Description:
1. Sorting on table header(asc/dec)
2. View profile
3. Removed Answer count
Diffstat (limited to 'static/forums/templates/view-profile.html')
-rw-r--r-- | static/forums/templates/view-profile.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/static/forums/templates/view-profile.html b/static/forums/templates/view-profile.html index afed394..05468da 100644 --- a/static/forums/templates/view-profile.html +++ b/static/forums/templates/view-profile.html @@ -19,7 +19,7 @@ {% endblock %} {% block content %} - <div class="row well view-profile"> + <div class="row well view-profile" style="margin-top: 20px;"> <div class="col-sm-8"> <div class="col-sm-8"> |