Add notes

This commit is contained in:
2013-03-05 15:09:21 -05:00
parent 47a60965fe
commit ff0b18a9fd
12 changed files with 76 additions and 4 deletions
+1
View File
@@ -53,6 +53,7 @@ namespace MileageTraker.Web.ViewModels.Log
public SelectListViewModel Purpose { get; set; }
[InputSize("large")]
[StringLength(64, MinimumLength = 3, ErrorMessage = "Minimum 3 characters")]
public string Notes { get; set; }
[Display(Name = "Gas Purchased")]