Skip to content

Commit

Permalink
#145 Update skin of case template admin page
Browse files Browse the repository at this point in the history
  • Loading branch information
nadouani committed Mar 17, 2017
1 parent 0dab439 commit 8d7a1f6
Show file tree
Hide file tree
Showing 3 changed files with 179 additions and 176 deletions.
3 changes: 1 addition & 2 deletions ui/app/views/components/app-container.component.html
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
<header class="main-header"></header>
<!--<main-sidebar class="main-sidebar"></main-sidebar>-->
<div class="content-wrapper" fixed-height>
<div class="container-fluid container-main">
<div ng-if="currentUser.id" ui-view></div>
<div class="container-fluid container-main" ng-if="currentUser.id" ui-view>
</div>
</div>
<footer class="main-footer">
Expand Down
2 changes: 1 addition & 1 deletion ui/app/views/components/header.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -120,13 +120,13 @@
<span class="hpad5">Report templates</span>
</a>
</li>
<li class="divider"></li>
<li>
<a ui-sref="app.administration.metrics">
<i class="fa fa-tachometer"></i>
<span class="hpad5">Case metrics</span>
</a>
</li>
<li class="divider"></li>
<li>
<a ui-sref="app.administration.observables">
<i class="glyphicon glyphicon-pushpin"></i>
Expand Down
Loading

0 comments on commit 8d7a1f6

Please sign in to comment.