mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
moved alert to lower level so its hidden when not needed
This commit is contained in:
parent
6836aabac3
commit
f4cecb6591
1 changed files with 4 additions and 3 deletions
|
@ -92,7 +92,7 @@ block content
|
|||
a(href="/project/archived").pull-right.archived-projects Archived Projects
|
||||
h1 Projects
|
||||
- if (projects.length > 0)
|
||||
.row-fluid
|
||||
.row-fluid
|
||||
.span9
|
||||
form.search
|
||||
input#projectFilter(placeholder='Search Projects', autofocus='autofocus').span6.projectSearch.search-query
|
||||
|
@ -102,8 +102,9 @@ block content
|
|||
mixin projectList(projects)
|
||||
|
||||
.span3#userProfileInformation(ng-app="userProfileInformationApp")
|
||||
div(ng-controller="UpdateForm").userProfileInformationArea.alert.alert-info
|
||||
div(ng-hide="hidePersonalInfoSection")
|
||||
div(ng-controller="UpdateForm").userProfileInformationArea
|
||||
div(ng-hide="hidePersonalInfoSection").alert.alert-info
|
||||
|
||||
div(ng-show="percentComplete >= 100")
|
||||
h4 100% complete, well done!
|
||||
div(ng-hide="percentComplete >= 100")
|
||||
|
|
Loading…
Reference in a new issue