diff options
| author | Michael <[email protected]> | 2017-04-26 11:20:20 -0400 |
|---|---|---|
| committer | Michael <[email protected]> | 2017-04-26 11:20:20 -0400 |
| commit | 9400cf0392be528a50a831ae4e670c8bcb3ab127 (patch) | |
| tree | 703b1d97571e0db627d46ced33744dcb8c0eaf0d | |
| parent | 3e98bc2e5259ca6a81094d473a16b6d4899a7235 (diff) | |
| download | project-unite-9400cf0392be528a50a831ae4e670c8bcb3ab127.tar.gz project-unite-9400cf0392be528a50a831ae4e670c8bcb3ab127.tar.bz2 project-unite-9400cf0392be528a50a831ae4e670c8bcb3ab127.zip | |
hopefully fix skin repo downloads
| -rw-r--r-- | Project-Unite/Views/Skins/ViewSkin.cshtml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Project-Unite/Views/Skins/ViewSkin.cshtml b/Project-Unite/Views/Skins/ViewSkin.cshtml index 8b3b7c9..996d02e 100644 --- a/Project-Unite/Views/Skins/ViewSkin.cshtml +++ b/Project-Unite/Views/Skins/ViewSkin.cshtml @@ -12,7 +12,7 @@ <a href="@Model.ScreenshotUrl"><img src="@Model.ScreenshotUrl" style="max-width:100%;width:auto;height:auto;" alt="Screenshot of @Model.Name. Click to show full-size image." /></a> <ul class="nav nav-pills"> - <li><a href="@Model.DownloadUrl"><span class="glyphicon glyphicon-arrow-down"></span> Download</a></li> + <li><a href="@Model.DownloadUrl" download target="_blank"><span class="glyphicon glyphicon-arrow-down"></span> Download</a></li> </ul> <p>@Model.ShortDescription</p> |
