mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-12-08 05:35:32 -05:00
* Fix js dependencies * Breadcrumb implementation * Test for UniqueEmailRule Validation * reduce length of account_key to prevent key too long error * Fixes for travis - reduce user email length * Reduce all unique field lengths to 100 to prevent key overflow * Fix for Bank Model * Prevent a user from registering multiple account with one email address when using multiple databases
12 lines
302 B
PHP
12 lines
302 B
PHP
<footer class="app-footer">
|
|
<div>
|
|
<a href="https://coreui.io">Invoice Ninja</a>
|
|
<span>© 2018 Invoice Ninja LLC.</span>
|
|
</div>
|
|
<div class="ml-auto">
|
|
<span>Powered by</span>
|
|
<a href="https://invioceninja.com">InvoiceNinja</a>
|
|
</div>
|
|
</footer>
|
|
|
|
</body> |