From 4fae8f05a43333a2420b5cba09919608bbb93882 Mon Sep 17 00:00:00 2001 From: Tyler Renelle Date: Mon, 28 Jan 2013 23:56:44 -0500 Subject: [PATCH] move flash error down below header --- views/app/index.html | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/views/app/index.html b/views/app/index.html index aa96509678..dd243aa415 100644 --- a/views/app/index.html +++ b/views/app/index.html @@ -79,6 +79,12 @@ + {#if _flash.error} + + {/} + {#if equal(_user.notifications.kickstarter,'show')}
Dismiss @@ -135,12 +141,6 @@
- {#if _flash.error} -
    - {#each _flash.error as :error}
  • {:error}
  • {/} -
- {/} -