presentation
This commit is contained in:
@ -24,12 +24,21 @@
|
||||
</dd>
|
||||
<dt>
|
||||
@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>
|
||||
<i class="extinfo">(version count : @Model.totalHits)</i>
|
||||
</dd>
|
||||
</dl>
|
||||
<h4>Integration</h4>
|
||||
<hr />
|
||||
<pre>
|
||||
<code
|
||||
title="click pour copie"
|
||||
onclick="navigator.clipboard.writeText(this.innerText);alert('copié')"><PackageReference Include="@Model.pkgid" Version="@Model.latest.FullString" /></code>
|
||||
</pre>
|
||||
</div>
|
||||
<div>
|
||||
@Html.ActionLink("Edit", "Edit", new { pkgid = Model.pkgid, version = Model.latest.FullString }) |
|
||||
|
Reference in New Issue
Block a user