mirror of https://github.com/abpframework/abp
parent
038d6f7756
commit
16d76dc182
|
Before Width: | Height: | Size: 3.1 KiB After Width: | Height: | Size: 3.1 KiB |
File diff suppressed because one or more lines are too long
@ -1,11 +1,11 @@
|
||||
@page
|
||||
@model Volo.Docs.Pages.ErrorModel
|
||||
@model VoloDocs.Web.Pages.ErrorModel
|
||||
@{
|
||||
<div class="text-center">
|
||||
<pre>
|
||||
@Model.ErrorMessage
|
||||
</pre>
|
||||
|
||||
|
||||
<a href="/" class="btn btn-outline-primary">Home Page</a>
|
||||
</div>
|
||||
}
|
||||
@ -0,0 +1 @@
|
||||
dotnet clean && dotnet build && dotnet publish -c Release -o "C:\Publishes\VoloDocs.Web"
|
||||
|
Before Width: | Height: | Size: 434 KiB After Width: | Height: | Size: 434 KiB |
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in new issue