From abaf75fb294a796fc6c99904ab3b47a2367a3792 Mon Sep 17 00:00:00 2001
From: rsanchez <rsanchez@curisit.net>
Date: Thu, 16 Mar 2017 09:03:22 +0000
Subject: [PATCH] #3527 fix - Added logout button and routing refactoring 

---
 securis/src/main/webapp/src/app/footer.component.html |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diff --git a/securis/src/main/webapp/src/app/footer.component.html b/securis/src/main/webapp/src/app/footer.component.html
index 73b77de..66f815b 100644
--- a/securis/src/main/webapp/src/app/footer.component.html
+++ b/securis/src/main/webapp/src/app/footer.component.html
@@ -1,7 +1,6 @@
-  <td-layout-footer>
 	<div layout="row" layout-align="start center" flex>
 		<div flex layout="row" layout-align="start center">v.  {{securisVersion}}</div>
 		<div flex layout="row" layout-align="center center"><a href="http://www.curistec.com/" target="_blank">CurisTec</a>&nbsp;©2017</div>
 		<div flex></div>
 	</div>
-  </td-layout-footer>
\ No newline at end of file
+  
\ No newline at end of file

--
Gitblit v1.3.2