summaryrefslogtreecommitdiff
path: root/Project-Unite/Views/Skins/PostSkin.cshtml
diff options
context:
space:
mode:
Diffstat (limited to 'Project-Unite/Views/Skins/PostSkin.cshtml')
-rw-r--r--Project-Unite/Views/Skins/PostSkin.cshtml4
1 files changed, 4 insertions, 0 deletions
diff --git a/Project-Unite/Views/Skins/PostSkin.cshtml b/Project-Unite/Views/Skins/PostSkin.cshtml
index a2b7471..1875213 100644
--- a/Project-Unite/Views/Skins/PostSkin.cshtml
+++ b/Project-Unite/Views/Skins/PostSkin.cshtml
@@ -35,6 +35,10 @@
<td>@Html.TextBoxFor(Model => Model.ScreenshotFile, new { @class = "form-control", type="file" })</td>
</tr>
<tr>
+ <td><strong>Keywords:</strong><br/>Comma-separated list of keywords to help search engines find this skin.</td>
+ <td>@Html.TextBoxFor(Model=>Model.Keywords, new{@class="form-control"})</td>
+ </tr>
+ <tr>
<td></td>
<td><input type="submit" value="Post!" class="btn btn-primary" /></td>
</tr>