[Fix] User not able to view projects from the portal (#9173)

This commit is contained in:
rohitwaghchaure 2017-06-07 20:03:37 +05:30 committed by Nabin Hait
parent 98f8da1294
commit 6b95210c19

View File

@ -6,7 +6,7 @@
<span class="indicator {{ "red" if task.status=="Open" else "green" if task.status=="Closed" else "darkgrey" }}" title="{{ task.status }}" > {{ task.subject }}</span>
<div class="small text-muted item-timestamp"
title="{{ frappe.utils.pretty_date(task.modified) }}">
{{ __("modified") }} {{ frappe.utils.pretty_date(task.modified) }}
{{ _("modified") }} {{ frappe.utils.pretty_date(task.modified) }}
</div>
</div>
<div class='col-xs-1'>{% if task.todo %}