diff options
author | Godin <mandrikov@gmail.com> | 2010-09-07 13:22:42 +0000 |
---|---|---|
committer | Godin <mandrikov@gmail.com> | 2010-09-07 13:22:42 +0000 |
commit | 0b9d0acd74b08a9076cd982684f0be8285c94251 (patch) | |
tree | 0998004bb2b2e786678efc1cb0c59220d37e04b3 /subprojects/sonar-update-center | |
parent | fbdd9d383da7b3ee7cdddfd3fccc9ef46d9fc206 (diff) | |
download | sonarqube-0b9d0acd74b08a9076cd982684f0be8285c94251.tar.gz sonarqube-0b9d0acd74b08a9076cd982684f0be8285c94251.zip |
Improve 'download' link for confluence pages
Diffstat (limited to 'subprojects/sonar-update-center')
-rw-r--r-- | subprojects/sonar-update-center/sonar-update-center-server/src/main/resources/plugin-info-widget-template.html | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/subprojects/sonar-update-center/sonar-update-center-server/src/main/resources/plugin-info-widget-template.html b/subprojects/sonar-update-center/sonar-update-center-server/src/main/resources/plugin-info-widget-template.html index 2abbbb8f41a..ef9b7df47ce 100644 --- a/subprojects/sonar-update-center/sonar-update-center-server/src/main/resources/plugin-info-widget-template.html +++ b/subprojects/sonar-update-center/sonar-update-center-server/src/main/resources/plugin-info-widget-template.html @@ -8,7 +8,6 @@ </style> </head> <body> -<a href="%downloadUrl%" class="button">Download</a> <table cellpadding="0" cellspacing="0"> <tr> <td><strong>Name</strong></td> @@ -26,6 +25,10 @@ </td> </tr> <tr> + <td><strong>Download</strong></td> + <td><a href="%downloadUrl%">%downloadUrl%</a></td> + </tr> + <tr> <td><strong>License</strong></td> <td>%license%</td> </tr> |