Skip to content
Snippets Groups Projects
Commit dbc74220 authored by Shinsuke Sugaya's avatar Shinsuke Sugaya
Browse files

sync up with view files

parent a1f73a41
No related branches found
No related tags found
No related merge requests found
......@@ -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>
......
......@@ -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>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment