invoiceninja/app/views/emails/confirm_html.blade.php

9 lines
334 B
PHP
Raw Normal View History

2014-04-02 15:28:23 +03:00
<h1>{{ trans('texts.confirmation_header') }}</h1>
2014-01-16 21:12:46 +00:00
2014-07-23 18:02:56 +03:00
{{ $invitationMessage . trans('texts.confirmation_message') }}<p/>
2014-01-16 21:12:46 +00:00
<a href='{{{ URL::to("user/confirm/{$user->confirmation_code}") }}}'>
{{{ URL::to("user/confirm/{$user->confirmation_code}") }}}
2014-04-02 21:20:01 +03:00
</a><p/>
2014-01-16 21:12:46 +00:00
2014-04-02 15:28:23 +03:00
{{ trans('texts.email_signature') }}<br/>
{{ trans('texts.email_from') }}