From 2c684d72fd8234940a921d4f2a5db28dbadaafa1 Mon Sep 17 00:00:00 2001 From: RaNaN Date: Fri, 5 Oct 2012 19:01:15 +0200 Subject: updated lodash, tried to style package list --- module/web/templates/default/dashboard.html | 25 +++++++++++++++++++------ 1 file changed, 19 insertions(+), 6 deletions(-) (limited to 'module/web/templates') diff --git a/module/web/templates/default/dashboard.html b/module/web/templates/default/dashboard.html index f6c6513aa..6a5d18fdd 100644 --- a/module/web/templates/default/dashboard.html +++ b/module/web/templates/default/dashboard.html @@ -1,20 +1,33 @@ {% extends 'default/base.html' %} {% block title %} - {{_("Dashboard")}} - {{ super()}} + {{ _("Dashboard") }} - {{ super() }} {% endblock %} {% block require %} App.initPackageTree(); {% endblock %} +{% block head %} + +{% endblock %} + {% block content %}