From 228f772f023893a8f5c81187a7617fd62e22c5bc Mon Sep 17 00:00:00 2001 From: Hillel Coren Date: Tue, 10 Mar 2015 14:39:49 +0200 Subject: [PATCH] Minor tweaks --- app/views/emails/confirm_html.blade.php | 45 +++++++++++++------------ 1 file changed, 23 insertions(+), 22 deletions(-) diff --git a/app/views/emails/confirm_html.blade.php b/app/views/emails/confirm_html.blade.php index 5f617f1731..c482b0fa84 100755 --- a/app/views/emails/confirm_html.blade.php +++ b/app/views/emails/confirm_html.blade.php @@ -1,32 +1,33 @@ - - + } + -

{{ trans('texts.confirmation_header') }}

+

{{ trans('texts.confirmation_header') }}

-

- {{ $invitationMessage . trans('texts.confirmation_message') }}
- - {{{ URL::to("user/confirm/{$user->confirmation_code}") }}} - -

+

+ {{ $invitationMessage . trans('texts.confirmation_message') }}
+ + {{{ URL::to("user/confirm/{$user->confirmation_code}") }}} + +

- {{ trans('texts.email_signature') }}
- {{ trans('texts.email_from') }} + {{ trans('texts.email_signature') }}
+ {{ trans('texts.email_from') }} - + \ No newline at end of file