Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
06/25/15 18:21:19 (9 years ago)
Author:
dglaser
Message:

#2388: Merged trunk into HiveStatistics branch

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/HiveStatistics/sources/HeuristicLab.Services.WebApp/3.3/WebApp/shared/menu/menu.cshtml

    r12435 r12515  
    11<li ng-repeat="section in entries" ng-class="{'category':section.isCategory === true, 'active': isActive(section.route)}">
    2     <a ng-href="{{section.route}}" ng-if="!section.isCategory"
    3        data-toggle="collapse" data-target="#menu .navbar-collapse">
     2    <a ng-href="{{section.route}}" ng-if="!section.isCategory">
    43        <span ng-if="section.icon != ''" ng-class="section.icon" style="padding-right: 10px;"></span>
    54        <span>{{section.name}}</span>
Note: See TracChangeset for help on using the changeset viewer.