Project

General

Profile

« Previous | Next » 

Revision 57129

Finished the first version of the usage statistics pages

View differences:

sidemenu.component.html
2 2

  
3 3
  <div class="sidebar_main_header">
4 4
    <div class="sidebar_logo">
5
      <a href="index.html" class="sSidebar_hide sidebar_logo_large">
5
      <a [routerLink]="['/landing']" class="sSidebar_hide sidebar_logo_large">
6 6
        <img class="logo_regular" src="../../../assets/imgs/OA_PROVIDE_B.png" alt="" height="" width="200"/>
7 7
        <img class="logo_light" src="assets/img/logo_main_white.png" alt="" height="15" width="71"/>
8 8
      </a>
9
      <a href="index.html" class="sSidebar_show sidebar_logo_small">
9
      <a [routerLink]="['/landing']" class="sSidebar_show sidebar_logo_small">
10 10
        <img class="logo_regular" src="../../../assets/imgs/OA_PROVIDE_A.png" alt="" height="32" width="32"/>
11 11
        <img class="logo_light" src="assets/img/logo_main_small_light.png" alt="" height="32" width="32"/>
12 12
      </a>
......
32 32
          <span class="menu_title">Sources</span>
33 33
        </a>
34 34
        <ul style="display: block;">
35
          <li><a [routerLink]="['/sources/register']">Register</a></li>
36
          <li><a [routerLink]="['/sources/update']">Update</a></li>
35
          <li><a [routerLink]="['/sources', 'register']">Register</a></li>
36
          <li><a [routerLink]="['/sources', 'update']">Update</a></li>
37 37
        </ul>
38 38
      </li>
39 39
      <li class="submenu_trigger act_section" title="Compatibility">

Also available in: Unified diff