From dcbc0c0c9516adf616023615871439b4015fa686 Mon Sep 17 00:00:00 2001 From: friendica Date: Wed, 1 Aug 2012 05:02:43 -0700 Subject: major theme re-org, only duepuntozero and slackr working atm --- view/tpl/failed_updates.tpl | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 view/tpl/failed_updates.tpl (limited to 'view/tpl/failed_updates.tpl') diff --git a/view/tpl/failed_updates.tpl b/view/tpl/failed_updates.tpl new file mode 100644 index 000000000..c6e4cb08e --- /dev/null +++ b/view/tpl/failed_updates.tpl @@ -0,0 +1,17 @@ +

$banner

+ +
$desc
+ +{{ if $failed }} +{{ for $failed as $f }} + +

$f

+ + +
+{{ endfor }} +{{ endif }} + -- cgit v1.2.3