mirror of
https://github.com/lempamo/Project-Unite.git
synced 2025-01-22 17:22:15 +00:00
hopefully fix skin repo downloads
This commit is contained in:
parent
3e98bc2e52
commit
9400cf0392
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue