diff options
| author | Michael <[email protected]> | 2017-05-24 11:07:03 -0400 |
|---|---|---|
| committer | Michael <[email protected]> | 2017-05-24 11:07:03 -0400 |
| commit | 5c9b5be9033160059e5abc11798e6ad8d02c2873 (patch) | |
| tree | 3e9871214da0ca1bb1f3c65653acb82e24fde220 /Project-Unite/Views/Skins/PostSkin.cshtml | |
| parent | c4a2dd41f0ae69a2f9b67ee213c6a7194f9eaa83 (diff) | |
| download | project-unite-5c9b5be9033160059e5abc11798e6ad8d02c2873.tar.gz project-unite-5c9b5be9033160059e5abc11798e6ad8d02c2873.tar.bz2 project-unite-5c9b5be9033160059e5abc11798e6ad8d02c2873.zip | |
show screenshots of skins in seo
Diffstat (limited to 'Project-Unite/Views/Skins/PostSkin.cshtml')
| -rw-r--r-- | Project-Unite/Views/Skins/PostSkin.cshtml | 4 |
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> |
