2018-06-07 00:45:47 +08:00
|
|
|
@model Bootstrap.Admin.Models.NavigatorBarModel
|
2016-11-21 01:53:03 +08:00
|
|
|
@{
|
|
|
|
ViewBag.Title = "图标集";
|
|
|
|
Layout = "~/Views/Shared/_Admin.cshtml";
|
2016-10-23 20:05:03 +08:00
|
|
|
}
|
|
|
|
@section css {
|
2018-06-07 00:45:47 +08:00
|
|
|
<link href="~/css/fa.css" rel="stylesheet" />
|
2016-10-23 20:05:03 +08:00
|
|
|
}
|
2016-10-25 01:20:58 +08:00
|
|
|
@section javascript {
|
2018-06-07 00:45:47 +08:00
|
|
|
<script src="~/js/icon.js"></script>
|
2016-10-25 01:20:58 +08:00
|
|
|
}
|
2017-03-12 16:26:47 +08:00
|
|
|
@Html.Partial("IconView")
|