mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2024-11-08 20:22:42 +01:00
Bug fixes
This commit is contained in:
parent
8d61925e06
commit
9943c824dd
@ -820,8 +820,6 @@ class AccountController extends BaseController
|
||||
if (Input::get('go_pro') == 'true') {
|
||||
Session::set(REQUESTED_PRO_PLAN, true);
|
||||
}
|
||||
|
||||
event(new UserSignedUp());
|
||||
|
||||
return "{$user->first_name} {$user->last_name}";
|
||||
}
|
||||
|
@ -32,7 +32,7 @@
|
||||
</p>
|
||||
|
||||
<p style="color: #A7A6A6; font-size: 13px; line-height: 18px; margin: 0 0 7px; padding: 0;">
|
||||
© {{ date('Y') }} {{ CONTACT_NAME }}<br />
|
||||
© {{ date('Y') }} Invoice Ninja<br />
|
||||
<strong><a href="{{ URL::to('/settings/notifications') }}" style="color: #A7A6A6; text-decoration: none; font-weight: bold; font-size: 10px;">{{ strtoupper(trans('texts.email_preferences')) }}</a></strong>
|
||||
</p>
|
||||
@stop
|
Loading…
Reference in New Issue
Block a user