added more html5 form elements.
This commit is contained in:
@@ -19,7 +19,6 @@ return array(
|
||||
|
||||
'GET /' => function()
|
||||
{
|
||||
return Form::input('email', 'email', '', array('required', 'class' => 'awesome'));
|
||||
return View::make('home/index');
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user