Skip to content

Commit

Permalink
Re-labeled 'archive' as 'all builds' on plugin page
Browse files Browse the repository at this point in the history
  • Loading branch information
guusdk committed Sep 16, 2024
1 parent 93c6bba commit cbb0dd3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/webapp/projects/openfire/plugins.jsp
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
<td style="text-align: center;">Version</td>
<td style="text-align: center;">Released</td>
<td style="text-align: center;">Openfire Version</td>
<td style="text-align: center;">Archive</td>
<td style="text-align: center;">All&nbsp;Builds</td>
</tr>
<tbody>
<c:choose>
Expand Down Expand Up @@ -128,7 +128,7 @@
<c:out value="${not empty plugin.priorToOpenfireVersion ? '- '.concat(plugin.priorToOpenfireVersion) : '+'}"/>
</td>
<td class="c5" style="white-space: nowrap">
<a href="plugin-archive.jsp?plugin=${ir:urlEncode(plugin.pluginName)}">Archive</a>
<a href="plugin-archive.jsp?plugin=${ir:urlEncode(plugin.pluginName)}">All&nbsp;Builds</a>
</td>
</tr>
</c:forEach>
Expand Down

0 comments on commit cbb0dd3

Please sign in to comment.