Browse Source

Fixes in grid tag helper examples

pull/272/head
yekalkan 8 years ago
parent
commit
563fec4fbe
  1. 14
      test/Volo.Abp.AspNetCore.Mvc.UI.Bootstrap.Demo/Pages/Components/Grids.cshtml

14
test/Volo.Abp.AspNetCore.Mvc.UI.Bootstrap.Demo/Pages/Components/Grids.cshtml

@ -4,19 +4,7 @@
ViewData["Title"] = "Grids";
}
<h2>Cards</h2>
@*
<h4># Example</h4>
<div class="demo-with-code">
<div class="demo-area">
</div>
<div class="code-area">
<pre></pre>
</div>
</div>
*@
<h2>Grids</h2>
<p>Based on <a href="http://getbootstrap.com/docs/4.1/layout/grid/" target="_blank"> Bootstrap grid</a>.</p>

Loading…
Cancel
Save