blessing-skin-server/resources/views/setup/updates/welcome.tpl
2016-08-28 21:48:15 +08:00

13 lines
335 B
PHP
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

@extends('setup.updates.master')
@section('content')
<h1>还差一小步</h1>
<p>欢迎升级至 Blessing Skin Server {{ config('app.version') }}</p>
<p>我们需要升级您的数据库,点击下一步以继续。</p>
<p class="step">
<a href="update.php?step=2" class="button button-large">下一步</a>
</p>
@endsection