Update font awesome, change and add header icons for most pages
This commit is contained in:
@@ -5,11 +5,9 @@
|
||||
var grid = new WebGrid(Model, canSort: false, canPage: false);
|
||||
}
|
||||
|
||||
@{ Html.RenderPartial("BackToLogs"); }
|
||||
|
||||
@Html.Partial("_StatusMessage")
|
||||
|
||||
<h2>@ViewBag.Title</h2>
|
||||
<h2><i class="fa fa-arrow-right"></i> @ViewBag.Title</h2>
|
||||
|
||||
<div class="btn-toolbar pull-left">
|
||||
@Html.ActionLink("Add new Purpose", "Create", null, new{@class="btn"})
|
||||
|
||||
Reference in New Issue
Block a user