Browse Source

Fixed home button when document not found.

pull/509/head
Alper Ebicoglu 8 years ago
parent
commit
9c14c9ff0a
  1. 6
      modules/docs/src/Volo.Docs.Web/Pages/Documents/Project/Index.cshtml

6
modules/docs/src/Volo.Docs.Web/Pages/Documents/Project/Index.cshtml

@ -153,7 +153,11 @@
{
<div class="col-md-9 p-5 bg-white">
<p>@L["DocumentNotFound"]</p>
<a href="#">Go to home</a>
<a href="/">
<i class="fa fa-chevron-left"></i>
@L["BackToWebsite"]
</a>
</div>
}

Loading…
Cancel
Save