Add Hangfire
Adjust namespace
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
@model WebCms.Models.LeafInputCreate
|
||||
@model LeafWeb.WebCms.Models.LeafInputCreate
|
||||
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
@using WebCms.Utility
|
||||
@using LeafWeb.WebCms.Utility
|
||||
@model Boolean?
|
||||
|
||||
@{
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
@using WebCms.Utility
|
||||
@using LeafWeb.WebCms.Utility
|
||||
@model DateTime?
|
||||
|
||||
@{
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
@using WebCms.Utility
|
||||
@using LeafWeb.WebCms.Utility
|
||||
@model decimal?
|
||||
|
||||
<div class="form-group@(Html.ValidationErrorFor(m => m, " has-error"))">
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
@using WebCms.Utility
|
||||
@using LeafWeb.WebCms.Utility
|
||||
@model object
|
||||
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
@using WebCms.Utility
|
||||
@using LeafWeb.WebCms.Utility
|
||||
@model int?
|
||||
|
||||
@{
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
@using WebCms.Utility
|
||||
@using LeafWeb.WebCms.Utility
|
||||
@model object
|
||||
|
||||
@{
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
@using WebCms.Utility
|
||||
@using LeafWeb.WebCms.Utility
|
||||
@model object
|
||||
|
||||
<div class="form-group@(Html.ValidationErrorFor(m => m, " has-error"))">
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
@using WebCms.Utility
|
||||
@using LeafWeb.WebCms.Utility
|
||||
@model object
|
||||
|
||||
@{
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
@model WebCms.Models.SelectListViewModel
|
||||
@model LeafWeb.WebCms.Models.SelectListViewModel
|
||||
@{
|
||||
Layout = "~/Views/Shared/EditorTemplates/_FieldLayout.cshtml";
|
||||
}
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
@using WebCms.Utility
|
||||
@using LeafWeb.WebCms.Utility
|
||||
@model float?
|
||||
|
||||
@{
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
@using WebCms.Utility
|
||||
@using LeafWeb.WebCms.Utility
|
||||
@model object
|
||||
|
||||
<div class="form-group@(Html.ValidationErrorFor(m => m, " has-error"))">
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
@using WebCms.Utility
|
||||
@using LeafWeb.WebCms.Utility
|
||||
@model TimeSpan?
|
||||
|
||||
@{
|
||||
|
||||
Reference in New Issue
Block a user