#17032: Fixing gallery download link. Moving Project URL to the Views as additional information.

--HG--
branch : dev
This commit is contained in:
Andre Rodrigues
2010-12-10 16:06:22 -08:00
parent ba9391841a
commit ae6d186341
5 changed files with 14 additions and 8 deletions

View File

@@ -36,6 +36,7 @@
<ul class="pageStatus">
<li>@T("Last Updated: {0}", DateTime.Now.ToLocalTime())</li>
<li>&nbsp;&#124;&nbsp;@T("Author: {0}", item.Authors)</li>
<li>&nbsp;&#124;&nbsp;@T("Project Url: ")<a href="@item.ProjectUrl">@item.ProjectUrl</a></li>
</ul>
</div>
</li>}