1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-09-24 02:11:34 +02:00
invoiceninja/app/views/emails/confirm_text.blade.php

7 lines
212 B
PHP
Raw Normal View History

2014-04-02 14:28:23 +02:00
{{ trans('texts.confirmation_header') }}
2014-03-10 22:55:56 +01:00
2014-04-02 14:28:23 +02:00
{{ trans('texts.confirmation_message') }}
2014-03-10 22:55:56 +01:00
{{{ URL::to("user/confirm/{$user->confirmation_code}") }}}
2014-04-02 14:28:23 +02:00
{{ trans('texts.email_signature') }}
{{ trans('texts.email_from') }}