add news and stuff
This commit is contained in:
@ -54,7 +54,7 @@
|
||||
<div class="form-group">
|
||||
@Html.LabelFor(model => model.tag, htmlAttributes: new { @class = "control-label col-md-2" })
|
||||
<div class="col-md-10">
|
||||
<select id="cat" name="cat" class="form-control" multiple>
|
||||
<select id="tag" name="tag" class="form-control" multiple>
|
||||
@foreach (var item in ViewBag.tagTitle)
|
||||
{
|
||||
<option value="@item.title">@item.title</option>
|
||||
|
||||
Reference in New Issue
Block a user