|
|
|
@ -99,6 +99,16 @@ See docs/COPYRIGHT.rdoc for more details. |
|
|
|
|
<h1 class="hidden-for-sighted"> |
|
|
|
|
<%= l(:label_top_menu) %> |
|
|
|
|
</h1> |
|
|
|
|
<div id="mobile-main-menu-toggle" |
|
|
|
|
ng-controller="MainMenuController as mainMenu" |
|
|
|
|
ng-click="mainMenu.toggleNavigation()"> |
|
|
|
|
<a icon="icon-hamburger" |
|
|
|
|
title="Toggle main menu" |
|
|
|
|
aria-haspopup="true" |
|
|
|
|
href=""> |
|
|
|
|
<i class="icon-hamburger" aria-hidden="true"></i> |
|
|
|
|
</a> |
|
|
|
|
</div> |
|
|
|
|
<a href="" class="hidden-for-sighted skip-navigation-link" |
|
|
|
|
aria-label="<%= I18n.t('js.work_packages.jump_marks.label_content') %>"> |
|
|
|
|
<%= I18n.t('js.work_packages.jump_marks.content') %> |
|
|
|
@ -123,7 +133,7 @@ See docs/COPYRIGHT.rdoc for more details. |
|
|
|
|
<div id="main-menu" ng-controller="MainMenuController as mainMenu"> |
|
|
|
|
<h1 class="hidden-for-sighted"><%= l(:label_main_menu) %></h1> |
|
|
|
|
<div id="toggle-project-menu" |
|
|
|
|
ng-class="{ 'show': !showNavigation }"> |
|
|
|
|
ng-class="{ 'show': !showNavigation }"> |
|
|
|
|
<a href="#" |
|
|
|
|
title="<%= l(:show_hide_project_menu) %>" |
|
|
|
|
class="navigation-toggler" |
|
|
|
|