From 0b3dbfeb9049702b3a1d8c7abd0a0d2bdf7e4067 Mon Sep 17 00:00:00 2001 From: Jayaram Pai Date: Sun, 22 Dec 2013 23:10:43 +0530 Subject: reduced truncate characters --- static/website/templates/ajax-keyword-search.html | 6 +++--- static/website/templates/ajax-time-search.html | 6 +++--- static/website/templates/filter.html | 6 +++--- static/website/templates/index.html | 6 +++--- 4 files changed, 12 insertions(+), 12 deletions(-) (limited to 'static') diff --git a/static/website/templates/ajax-keyword-search.html b/static/website/templates/ajax-keyword-search.html index 234332a..5ccc236 100644 --- a/static/website/templates/ajax-keyword-search.html +++ b/static/website/templates/ajax-keyword-search.html @@ -12,7 +12,7 @@ - {{ question.category|truncatechars:15 }} + {{ question.category|truncatechars:12 }} @@ -21,7 +21,7 @@ - {{ question.tutorial|truncatechars:15 }} + {{ question.tutorial|truncatechars:12 }} @@ -46,7 +46,7 @@ - {{ question.title|truncatechars:45 }} + {{ question.title|truncatechars:40 }} diff --git a/static/website/templates/ajax-time-search.html b/static/website/templates/ajax-time-search.html index 234332a..5ccc236 100644 --- a/static/website/templates/ajax-time-search.html +++ b/static/website/templates/ajax-time-search.html @@ -12,7 +12,7 @@ - {{ question.category|truncatechars:15 }} + {{ question.category|truncatechars:12 }} @@ -21,7 +21,7 @@ - {{ question.tutorial|truncatechars:15 }} + {{ question.tutorial|truncatechars:12 }} @@ -46,7 +46,7 @@ - {{ question.title|truncatechars:45 }} + {{ question.title|truncatechars:40 }} diff --git a/static/website/templates/filter.html b/static/website/templates/filter.html index 86a826c..7c48cc6 100644 --- a/static/website/templates/filter.html +++ b/static/website/templates/filter.html @@ -85,7 +85,7 @@ - {{ question.category|truncatechars:15 }} + {{ question.category|truncatechars:12 }} @@ -94,7 +94,7 @@ - {{ question.tutorial|truncatechars:15 }} + {{ question.tutorial|truncatechars:12 }} @@ -119,7 +119,7 @@ - {{ question.title|truncatechars:45 }} + {{ question.title|truncatechars:40 }} diff --git a/static/website/templates/index.html b/static/website/templates/index.html index cb5f3df..34fcf15 100644 --- a/static/website/templates/index.html +++ b/static/website/templates/index.html @@ -15,7 +15,7 @@ - {{ question.category|truncatechars:15 }} + {{ question.category|truncatechars:12 }} @@ -24,7 +24,7 @@ - {{ question.tutorial|truncatechars:15 }} + {{ question.tutorial|truncatechars:12 }} @@ -49,7 +49,7 @@ - {{ question.title|truncatechars:45 }} + {{ question.title|truncatechars:40 }} -- cgit