Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Prevent span.help-inline around signup errors #55

Merged
merged 1 commit into from
Apr 1, 2013
Merged

Prevent span.help-inline around signup errors #55

merged 1 commit into from
Apr 1, 2013

Commits on Apr 1, 2013

  1. Prevent span.help-inline around signup errors

    In the login view it returns a string in ```Session::get('error')``` but in register it returns an array populated from validation. In Laravel 4 this wraps with ```<span class="help-inline"></span>```. This was making my ```div.alert``` look weird.
    
    This pull removes any default error wrappers to be more consistent with how the Login form receives error text.
    mikedfunk committed Apr 1, 2013
    Configuration menu
    Copy the full SHA
    501dec0 View commit details
    Browse the repository at this point in the history