Skip to content
This repository has been archived by the owner on Nov 9, 2017. It is now read-only.

Commit

Permalink
Merge pull request #128 from zanata/MinorUiChange
Browse files Browse the repository at this point in the history
Minor UI change
  • Loading branch information
Patrick Huang committed Aug 14, 2013
2 parents 518ba6c + 5e6baa3 commit 211cd4c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 9 deletions.
2 changes: 1 addition & 1 deletion zanata-war/src/main/webapp/WEB-INF/template/banner.xhtml
Expand Up @@ -8,7 +8,7 @@
xmlns:rich="http://richfaces.org/rich">

<a href="#off-canvas--left" class="off-canvas__toggle--left is-hidden--m-up l--float-left">
<i class="i i--large i--list"></i>
<i class="i i--huge i--list"></i>
<span class="is-invisible">#{messages['jsf.Menu']}</span>
</a>

Expand Down
8 changes: 0 additions & 8 deletions zanata-war/src/main/webapp/WEB-INF/template/left_menu.xhtml
Expand Up @@ -15,14 +15,6 @@
</header>
<nav id="nav-main-side">
<ul class="list--slat list--block-links">

<s:fragment rendered="#{identity.loggedIn}">
<li>
<s:link id="left_menu_dashboard_link" view="/dashboard/home.xhtml" propagation="none">
#{messages['jsf.Dashboard']}
</s:link>
</li>
</s:fragment>
<li><s:link id="left_menu_projects_link" view="/project/home.xhtml" propagation="none">#{messages['jsf.Projects']}</s:link></li>
<li><s:link id="left_menu_version-groups_link" view="/version-group/home.xhtml" propagation="none">#{messages['jsf.Groups']}</s:link></li>
<li><s:link id="left_menu_languages_link" view="/language/home.xhtml" propagation="none">#{messages['jsf.Languages']}</s:link></li>
Expand Down

0 comments on commit 211cd4c

Please sign in to comment.