From ef2f220f578f5d573081115d40309cdb87a55a73 Mon Sep 17 00:00:00 2001 From: Alessandro Elias <ae11@c3sl.ufpr.br> Date: Wed, 13 Nov 2013 10:11:18 -0200 Subject: [PATCH] Add link to the title, pointing to the first page. Signed-off-by: Alessandro Elias <ae11@c3sl.ufpr.br> --- web/app/partials/header.html | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/web/app/partials/header.html b/web/app/partials/header.html index f7ad13f..1ff3e1c 100644 --- a/web/app/partials/header.html +++ b/web/app/partials/header.html @@ -12,8 +12,10 @@ </div> <div class="header-title"> - <h1>Sistema Integrado de Monitoramento</h1> - <h1>Ministério das Comunicações</h1> + <a href="#"> + <h1>Sistema Integrado de Monitoramento</h1> + <h1>Ministério das Comunicações</h1> + </a> </div> <div class="header-logo"></div> @@ -32,4 +34,4 @@ <div ng-show="bigButtons.collapsed"> <div ng-include="'partials/breadcrumb.html'"></div> </div> -</div> \ No newline at end of file +</div> -- GitLab