mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2024-11-12 22:22:32 +01:00
bug fixes
This commit is contained in:
parent
99e4e40223
commit
3572b6d128
@ -15,9 +15,10 @@ Most online invoicing sites are expensive. They shouldn't be. The aim of this pr
|
|||||||
|
|
||||||
### Steps to setup
|
### 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
|
Install Laravel packages using Composer
|
||||||
|
|
||||||
|
@ -53,7 +53,7 @@
|
|||||||
<div class="container">
|
<div class="container">
|
||||||
|
|
||||||
{{ Former::open('forgot_password')->addClass('form-signin') }}
|
{{ Former::open('forgot_password')->addClass('form-signin') }}
|
||||||
<h2 class="form-signin-heading">Passord Recovery</h2>
|
<h2 class="form-signin-heading">Password Recovery</h2>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
{{ Form::text('email', Input::old('email'), array('placeholder' => 'Email address')) }}
|
{{ Form::text('email', Input::old('email'), array('placeholder' => 'Email address')) }}
|
||||||
|
Loading…
Reference in New Issue
Block a user