From 5310ac7d8eb1838a6297117bc7f9fca70291f46a Mon Sep 17 00:00:00 2001 From: Alex Tatiyants Date: Sun, 3 Jan 2016 17:17:48 -0800 Subject: initial commit --- app/components/plan-list/plan-list.html | 38 +++++++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100644 app/components/plan-list/plan-list.html (limited to 'app/components/plan-list/plan-list.html') diff --git a/app/components/plan-list/plan-list.html b/app/components/plan-list/plan-list.html new file mode 100644 index 0000000..a2f1a9d --- /dev/null +++ b/app/components/plan-list/plan-list.html @@ -0,0 +1,38 @@ + + +
+
+ Welcome to PEV! Please submit a plan for visualization +
+ + + + + + + +
{{plan.name}}created on {{plan.createdOn | momentDate }} + +
+ + + +
+
+
-- cgit v1.2.3