Bug fixes
This commit is contained in:
parent
7fe26d54e7
commit
545412369b
1 changed files with 1 additions and 1 deletions
|
|
@ -96,7 +96,7 @@
|
|||
{{ Button::sm_success_primary('Sign up', array('id' => 'signUpButton', 'data-toggle'=>'modal', 'data-target'=>'#signUpModal')) }}
|
||||
|
||||
@if (Auth::user()->showSignUpPopOver())
|
||||
<button id="signUpPopOver" type="button" class="btn btn-default" data-toggle="popover" data-placement="bottom" data-content="Sign up to set your login credentials." data-html="true" style="display:none">
|
||||
<button id="signUpPopOver" type="button" class="btn btn-default" data-toggle="popover" data-placement="bottom" data-content="Sign up to save your work" data-html="true" style="display:none">
|
||||
Sign Up
|
||||
</button>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue