1
0
mirror of https://gitlab.com/fdroid/fdroidserver.git synced 2024-10-05 18:50:09 +02:00

Link to app's wiki page from repo browse page

This commit is contained in:
Ciaran Gultnieks 2013-07-16 16:28:26 +01:00
parent 81faf2fb04
commit f9d131958a

View File

@ -282,6 +282,9 @@ class FDroid
$out.='<b>Donate:</b> <a href="'.$donate.'">'.$donate.'</a><br />';
$out.="</p>";
$out.="<p>For full details and additional technical information, see ";
$out.="<a href=\"/wiki/page/".$query_vars['fdid']."\">this application's page</a> on the F-Droid wiki.</p>";
$out.='<script type="text/javascript">';
$out.='function showHidePermissions(id) {';
$out.=' if(document.getElementById(id).style.display==\'none\')';