From b8d639085609d15e8133f0f04ffd36a03fee87c7 Mon Sep 17 00:00:00 2001 From: holyantony Date: Fri, 11 Sep 2015 00:48:13 +0530 Subject: Subject:Sorting on table header, view profile Description: 1. Sorting on table header(asc/dec) 2. View profile 3. Removed Answer count --- static/website/templates/base.html | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) (limited to 'static/website/templates/base.html') diff --git a/static/website/templates/base.html b/static/website/templates/base.html index d122679..37cdea7 100644 --- a/static/website/templates/base.html +++ b/static/website/templates/base.html @@ -11,14 +11,17 @@ {% compress css %} - - + + {% endcompress %} + + + @@ -84,8 +87,10 @@ j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
  • My Answers
  • - -
  • + +
  • My Profile + +
  • Logout
  • @@ -128,7 +133,6 @@ j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src= {% compress js %} - @@ -138,3 +142,4 @@ j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src= {% endcompress %} + -- cgit