Remove UI for registration of user as react app now manages this.

This commit is contained in:
Dorian 2015-06-18 09:00:38 -04:00
parent 225de71a80
commit 98c19434a9
1 changed files with 2 additions and 10 deletions

View File

@ -1,14 +1,7 @@
{# Common header for all pages. #} {# Common header for all pages. #}
{# TODO: Migrate the user toolbar into a moveable partial. #}
<div class="row"> <div class="row">
<div class="col-lg-offset-1 col-lg-3" id="user-login-trigger"></div> <div class="col-lg-offset-1 col-lg-3" id="user-login-trigger"></div>
{# TODO Remove angular events and pseudo-classes #} <div class="col-lg-2" id="user-registration-trigger"></div>
<div class="col-lg-2">
<div class="text-center muted hoverable">
<i class="fa fa-user-plus" ng-class="theme_switcher.icon_colour"> </i>
Register for this site?
</div>
</div>
<div class="col-lg-offset-3 col-lg-2"> <div class="col-lg-offset-3 col-lg-2">
<div class="text-center muted hoverable" ng-click="theme_switcher.switch_theme()"> <div class="text-center muted hoverable" ng-click="theme_switcher.switch_theme()">
<i class="fa fa-eye" ng-class="theme_switcher.icon_colour"> </i> <i class="fa fa-eye" ng-class="theme_switcher.icon_colour"> </i>
@ -17,7 +10,6 @@
</div> </div>
</div> </div>
<div class="row"> <div class="row">
<div class="col-lg-10 col-lg-offset-1"> <div class="col-lg-10 col-lg-offset-1">
<div class="row sea-header"> <div class="row sea-header">
@ -30,4 +22,4 @@
</div> </div>
</div> </div>
</div> </div>
</div> </div>