@{ Layout = ""; } @model SmartStore.DiscountRules.Models.StoreModel @using SmartStore.Web.Framework;
| @Html.SmartLabelFor(model => model.StoreId) |
@Html.DropDownListFor(model => model.StoreId, Model.AvailableStores, new { data_routeparam = "storeId" })
|