Email input placeholder added

This commit is contained in:
Max
2017-06-07 09:08:14 +03:00
committed by GitHub
parent 78d07789bc
commit 0c50842769

View File

@@ -17,7 +17,7 @@
<form action="{{ cachet_route('subscribe', [], 'post') }}" method="POST" class="form"> <form action="{{ cachet_route('subscribe', [], 'post') }}" method="POST" class="form">
<input type="hidden" name="_token" value="{{ csrf_token() }}"> <input type="hidden" name="_token" value="{{ csrf_token() }}">
<div class="form-group"> <div class="form-group">
<input class="form-control" type="email" name="email"> <input class="form-control" type="email" name="email" placeholder="email@example.com">
</div> </div>
<button type="submit" class="btn btn-success">{{ trans('cachet.subscriber.button') }}</button> <button type="submit" class="btn btn-success">{{ trans('cachet.subscriber.button') }}</button>
</form> </form>