files tree made better.
This commit is contained in:
parent
ffbf032480
commit
ccc91bbf19
1630 changed files with 18209 additions and 41860 deletions
29
src/Yavsc/Views/Manage/ProfileEMailUsage.cshtml
Normal file
29
src/Yavsc/Views/Manage/ProfileEMailUsage.cshtml
Normal file
|
|
@ -0,0 +1,29 @@
|
|||
@model Yavsc.ViewModels.Manage.ProfileEMailUsageViewModel
|
||||
|
||||
|
||||
|
||||
<form asp-action="ProfileEMailUsage" >
|
||||
|
||||
<div class="form-group">
|
||||
<div class="col-md-offset-2 col-md-10">
|
||||
<div class="checkbox">
|
||||
<input asp-for="Allow" />
|
||||
<label asp-for="Allow"></label>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="form-group">
|
||||
<div class="col-md-offset-2 col-md-10">
|
||||
<input type="submit" value="Save" class="btn btn-default" />
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</form>
|
||||
|
||||
<div>
|
||||
<a asp-action="Index">Back to List</a>
|
||||
</div>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
Loading…
Add table
Add a link
Reference in a new issue