PW-reminder
This commit is contained in:
@@ -39,6 +39,10 @@
|
||||
<div class="panel panel-default">
|
||||
<div class="panel-heading"><h2 class="panel-title">Email ändern</h2></div>
|
||||
<div class="panel-body">
|
||||
<dl class="dl-horizontal">
|
||||
<dt>Aktuelle Email</dt>
|
||||
<dd>{{Auth::user()->email}}</dd>
|
||||
</dl>
|
||||
{{ Form::open(array('url' => 'settings/email')) }}
|
||||
<div class="input-group form-group <?php if($errors->has('pw')) echo "has-error" ?>">
|
||||
<span class="input-group-addon">
|
||||
@@ -69,4 +73,4 @@
|
||||
|
||||
@section('title')
|
||||
Einstellungen ~
|
||||
@stop
|
||||
@stop
|
||||
|
Reference in New Issue
Block a user