From dbc742206bd63360031e1eba661a47e80a2acd0d Mon Sep 17 00:00:00 2001 From: Shinsuke Sugaya <shinsuke@yahoo.co.jp> Date: Sat, 20 Feb 2016 15:51:01 +0900 Subject: [PATCH] sync up with view files --- src/main/webapp/WEB-INF/orig/view/header.jsp | 3 +++ src/main/webapp/WEB-INF/orig/view/index.jsp | 4 ++++ 2 files changed, 7 insertions(+) diff --git a/src/main/webapp/WEB-INF/orig/view/header.jsp b/src/main/webapp/WEB-INF/orig/view/header.jsp index a388a3fc0..bb0ceaa76 100755 --- a/src/main/webapp/WEB-INF/orig/view/header.jsp +++ b/src/main/webapp/WEB-INF/orig/view/header.jsp @@ -15,6 +15,9 @@ ${fe:facetForm()}${fe:geoForm()} <i class="fa fa-user"></i>${username} </a> <div class="dropdown-menu" aria-labelledby="userMenu"> + <la:link href="/profile" styleClass="dropdown-item"> + <la:message key="labels.profile" /> + </la:link> <la:link href="/logout" styleClass="dropdown-item"> <la:message key="labels.logout" /> </la:link> diff --git a/src/main/webapp/WEB-INF/orig/view/index.jsp b/src/main/webapp/WEB-INF/orig/view/index.jsp index 54b117f70..8192e6547 100644 --- a/src/main/webapp/WEB-INF/orig/view/index.jsp +++ b/src/main/webapp/WEB-INF/orig/view/index.jsp @@ -29,6 +29,9 @@ aria-expanded="false"> <i class="fa fa-user"></i>${username} </a> <div class="dropdown-menu" aria-labelledby="userMenu"> + <la:link href="/profile" styleClass="dropdown-item"> + <la:message key="labels.profile" /> + </la:link> <la:link href="/logout" styleClass="dropdown-item"> <la:message key="labels.logout" /> </la:link> @@ -51,6 +54,7 @@ <img src="${f:url('/images/logo.png')}" alt="<la:message key="labels.index_title" />" /> </h1> + <div class="notification">${notification}</div> <div> <la:info id="msg" message="true"> <div class="alert-message info">${msg}</div> -- GitLab