Changeset 9617 for branches/HiveStatistics/sources/HeuristicLab.Services.Hive.Statistics/3.3/Views/Shared/_Layout.cshtml
- Timestamp:
- 06/12/13 15:10:06 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HiveStatistics/sources/HeuristicLab.Services.Hive.Statistics/3.3/Views/Shared/_Layout.cshtml
r9604 r9617 9 9 @Styles.Render("~/Content/css") 10 10 @Scripts.Render("~/bundles/modernizr") 11 @RenderSection("styles", required: false) 11 12 </head> 12 13 <body> … … 25 26 </ul> 26 27 </nav> 27 < sectionid="body">28 <div id="body"> 28 29 @RenderBody() 29 </ section>30 </div> 30 31 <footer> 31 32 <a href="http://heal.heuristiclab.com/" target="_blank" title="Visit the HeuristicLab website">
Note: See TracChangeset
for help on using the changeset viewer.