added more html5 form elements.

This commit is contained in:
Taylor Otwell
2011-07-02 08:51:14 -05:00
parent 2da478cc38
commit f7dcb05799
2 changed files with 51 additions and 1 deletions

View File

@@ -19,7 +19,6 @@ return array(
'GET /' => function()
{
return Form::input('email', 'email', '', array('required', 'class' => 'awesome'));
return View::make('home/index');
},