From d256691ac0e4d2e1cd41ef1c1d9ce3c310e77dc6 Mon Sep 17 00:00:00 2001 From: Alex Tatiyants Date: Fri, 29 Jan 2016 21:05:29 -0800 Subject: fix #12 --- app/components/plan-list/plan-list.html | 34 ++++++++++++++++----------------- 1 file changed, 17 insertions(+), 17 deletions(-) (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 index 28c95af..09e9262 100644 --- a/app/components/plan-list/plan-list.html +++ b/app/components/plan-list/plan-list.html @@ -5,26 +5,26 @@ + +
+ + +
+ -
{{plan.name}} created on {{plan.createdOn | momentDate }} - -
- - - -
-- cgit v1.2.3 From eae3aee1bbfb29dd31e92853664a373e3d60d6b6 Mon Sep 17 00:00:00 2001 From: Alex Tatiyants Date: Sat, 16 Apr 2016 12:54:48 -0700 Subject: sort plans in reverse chronological order --- app/components/plan-list/plan-list.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (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 index 09e9262..a16ffbe 100644 --- a/app/components/plan-list/plan-list.html +++ b/app/components/plan-list/plan-list.html @@ -3,7 +3,7 @@ Welcome to PEV! Please submit a plan for visualization - +
-- cgit v1.2.3