Browse Source

Fixed broken link to bootstrap on Breadcrumbs.cshtml

pull/4283/head
Galip Tolga Erdem 6 years ago
parent
commit
6c7920cde6
  1. 4
      framework/test/Volo.Abp.AspNetCore.Mvc.UI.Bootstrap.Demo/Pages/Components/Breadcrumbs.cshtml

4
framework/test/Volo.Abp.AspNetCore.Mvc.UI.Bootstrap.Demo/Pages/Components/Breadcrumbs.cshtml

@ -24,7 +24,7 @@
<h2>Breadcrumbs</h2>
<p>Based on <a href="https://getbootstrap.com/docs/4.1/components/breadcrumbs/" target="_blank"> Bootstrap Breadcrumb</a>.</p>
<p>Based on <a href="https://getbootstrap.com/docs/4.1/components/breadcrumb/" target="_blank"> Bootstrap Breadcrumb</a>.</p>
<h4>Example</h4>
@ -93,4 +93,4 @@
</abp-tab>
</abp-tabs>
</div>
</div>
</div>

Loading…
Cancel
Save