add the opt-in button for emails #244

This commit is contained in:
Nabeel Shahzad
2018-09-20 10:00:23 -05:00
parent aebb517791
commit fbcaa382f4
9 changed files with 47 additions and 11 deletions

View File

@@ -111,6 +111,10 @@
<td>Last Login</td>
<td>{{ show_datetime($user->updated_at) }}</td>
</tr>
<tr>
<td>@lang('profile.opt-in')</td>
<td>{{ $user->opt_in ? __('common.yes') : __('common.no') }}</td>
</tr>
</table>
</div>
</div>