Skip to content

Instantly share code, notes, and snippets.

@mikeedwards83
Created April 30, 2015 08:10
Show Gist options
  • Select an option

  • Save mikeedwards83/41160572e9b1373ed165 to your computer and use it in GitHub Desktop.

Select an option

Save mikeedwards83/41160572e9b1373ed165 to your computer and use it in GitHub Desktop.
LeftMenu.ascx for Glass.Mapper.Sc Workbook
<h4>
<i class="glyphicon glyphicon-arrow-up"></i>
<!-- insert code here -->
</h4>
<% if (Model.Children.Any())
{ %>
<div class="panel panel-default">
<div class="panel-heading">
<h3 class="panel-title">Pages:</h3>
</div>
<div class="panel-body">
<ul class="nav nav-pills nav-stacked">
<!-- insert code here -->
</ul>
</div>
</div>
<% } %>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment