version bump & click fixes
This commit is contained in:
parent
3695c17429
commit
70f6e411e5
19 changed files with 82 additions and 42 deletions
|
|
@ -25,8 +25,8 @@
|
|||
@Html.DisplayNameFor(model => model.latest.FullString)
|
||||
</dt>
|
||||
<dd>
|
||||
<a href="@Model.latest.NugetLink" >@Html.DisplayFor(model => model.latest.FullString)</a>
|
||||
<a href="@Model.latest.NuspecLink" >nuspec</a>
|
||||
<a href="@Model.ExternalUrl/@Model.latest.NugetLink" >@Html.DisplayFor(model => model.latest.FullString)</a>
|
||||
<a href="@Model.ExternalUrl/@Model.latest.NuspecLink" >nuspec</a>
|
||||
<i class="extinfo">(version count : @Model.totalHits)</i>
|
||||
</dd>
|
||||
</dl>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue