From 3572b6d128471a8b2677380b61378e7214e42f27 Mon Sep 17 00:00:00 2001 From: Hillel Coren Date: Fri, 21 Feb 2014 13:54:53 +0200 Subject: [PATCH] bug fixes --- README.md | 5 +++-- app/views/users/forgot_password.blade.php | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index e125d71c86..e1b2cd1398 100644 --- a/README.md +++ b/README.md @@ -15,9 +15,10 @@ Most online invoicing sites are expensive. They shouldn't be. The aim of this pr ### Steps to setup -Fork the Github project +If you plan on submitting changes it's best to fork the repo (https://help.github.com/articles/fork-a-repo), otherwise you can just checkout the code. -https://help.github.com/articles/fork-a-repo + git clone git@github.com:hillelcoren/invoice-ninja.git ninja + cd ninja Install Laravel packages using Composer diff --git a/app/views/users/forgot_password.blade.php b/app/views/users/forgot_password.blade.php index 1b4d330f7a..a36be7f4c8 100755 --- a/app/views/users/forgot_password.blade.php +++ b/app/views/users/forgot_password.blade.php @@ -53,7 +53,7 @@
{{ Former::open('forgot_password')->addClass('form-signin') }} - +

{{ Form::text('email', Input::old('email'), array('placeholder' => 'Email address')) }}