1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-11-09 12:42:36 +01:00

bug fixes

This commit is contained in:
Hillel Coren 2014-02-21 13:54:53 +02:00
parent 99e4e40223
commit 3572b6d128
2 changed files with 4 additions and 3 deletions

View File

@ -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

View File

@ -53,7 +53,7 @@
<div class="container">
{{ Former::open('forgot_password')->addClass('form-signin') }}
<h2 class="form-signin-heading">Passord Recovery</h2>
<h2 class="form-signin-heading">Password Recovery</h2>
<p>
{{ Form::text('email', Input::old('email'), array('placeholder' => 'Email address')) }}