Skip to content

Instantly share code, notes, and snippets.

@bcnzer
Last active July 1, 2017 11:12
Show Gist options
  • Select an option

  • Save bcnzer/5c82f53d8df099d4eabb89bf3b19419c to your computer and use it in GitHub Desktop.

Select an option

Save bcnzer/5c82f53d8df099d4eabb89bf3b19419c to your computer and use it in GitHub Desktop.
Snippet of the Dashboard cshtml with the 'content header' breadcrumb
@section MyContentHeader {
<div class="content-toolbar content-toolbar-left">
<h3 class="page-header">Dashboard</h3>
<ol class="content-breadcrumb breadcrumb breadcrumb-arrow">
<li><a href="#"><i class="icon-home mr-1"></i> Home</a></li>
<li><a href="#">Collections</a></li>
<li class="active">Item</li>
</ol>
</div>
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment