blessing-skin-server/resources/views/setup/updates/success.tpl
2016-08-11 13:17:30 +08:00

12 lines
261 B
Smarty
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 {{ App::getVersion() }}</p>
<p class="step">
<a href="../" class="button button-large">首页</a>
</p>
@endsection