]> BookStack Code Mirror - bookstack/blobdiff - resources/views/auth/login.blade.php
Merge branch 'feature/saml' of git://github.com/Xiphoseer/BookStack into Xiphoseer...
[bookstack] / resources / views / auth / login.blade.php
index 8d89c128885d98d47aa83d42a5ec1100f4d422fc..7e4a3992b3510a4f28927c7b46176c041f3263ee 100644 (file)
@@ -7,7 +7,7 @@
         <div class="my-l">&nbsp;</div>
 
         <div class="card content-wrap auto-height">
-            <h1 class="list-heading">{{ title_case(trans('auth.log_in')) }}</h1>
+            <h1 class="list-heading">{{ Str::title(trans('auth.log_in')) }}</h1>
 
             <form action="{{ url('/login') }}" method="POST" id="login-form" class="mt-l">
                 {!! csrf_field() !!}
                             'name' => 'remember',
                             'checked' => false,
                             'value' => 'on',
-                            'tabindex' => 1,
                             'label' => trans('auth.remember_me'),
                         ])
                     </div>
 
                     <div class="text-right">
-                        <button class="button primary" tabindex="1">{{ title_case(trans('auth.log_in')) }}</button>
+                        <button class="button">{{ Str::title(trans('auth.log_in')) }}</button>
                     </div>
                 </div>