Skip to content
This repository has been archived by the owner on May 4, 2022. It is now read-only.

Commit

Permalink
fix ending } (#283)
Browse files Browse the repository at this point in the history
  • Loading branch information
Tim Levett committed Aug 24, 2016
1 parent a68ece0 commit 9e6c0f2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions uw-frame-components/portal/main/partials/username.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<!-- GUEST MODE ONLY -->
<md-button ng-href="{{MISC_URLS.myuwHome}"
<md-button ng-href="{{MISC_URLS.myuwHome}}"
ng-show="GuestMode"
aria-label="Log in to MyUW"
target="_self"
Expand All @@ -24,4 +24,4 @@
<md-button class="md-default" aria-label="log out" tabindex="-1" ng-href="{{MISC_URLS.logoutURL}}" title="Log Out" target="_self">Log out</md-button>
</md-menu-item>
</md-menu-content>
</md-menu>
</md-menu>

0 comments on commit 9e6c0f2

Please sign in to comment.