brusher profile & commands
This commit is contained in:
parent
1e6c1d15db
commit
bdec090ce9
25 changed files with 3114 additions and 38 deletions
2
Yavsc/Views/Shared/HairTaint.cshtml
Normal file
2
Yavsc/Views/Shared/HairTaint.cshtml
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
@model HairTaint
|
||||
@Html.DisplayFor(m=>m.Color) (@Model.Brand)
|
||||
2
Yavsc/Views/Shared/HourFromMinutes.cshtml
Normal file
2
Yavsc/Views/Shared/HourFromMinutes.cshtml
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
@model int
|
||||
@(Model/60):@(Model%60)
|
||||
Loading…
Add table
Add a link
Reference in a new issue