Merge pull request #5296 from KanchanChauhan/websitemakeover

New look to the website
This commit is contained in:
Rushabh Mehta
2016-05-02 15:54:41 +05:30
32 changed files with 508 additions and 238 deletions

View File

@@ -55,11 +55,12 @@ class Issue(Document):
def get_list_context(context=None):
return {
"title": _("My Issues"),
"title": _("Issues"),
"get_list": get_issue_list,
"row_template": "templates/includes/issue_row.html",
"show_sidebar": True,
"show_search": True
"show_search": True,
'no_breadcrumbs': True
}
def get_issue_list(doctype, txt, filters, limit_start, limit_page_length=20):