Skip to content
This repository was archived by the owner on Oct 6, 2022. It is now read-only.

Commit

Permalink
Move breakdown info above build number
Browse files Browse the repository at this point in the history
  • Loading branch information
mdcfe committed Jun 18, 2019
1 parent e19885a commit b1bac49
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions vue-dlpage.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@ const DownloadPage = {
template: `
<section>
<h2>Download EssentialsX</h2>
<p class="tip">
Not sure what the different jars do? See the <a href="http://wiki.mc-ess.net/wiki/Breakdown">breakdown page</a>.
</p>
<p v-if="buildNo">The latest version of EssentialsX is <b>{{build}}</b>.</p>
<p v-if="failed" class="warning">
Could not retrieve information about the latest version.
Click <a href="https://ci.ender.zone/job/EssentialsX">here</a> to view builds on Jenkins.
</p>
<p class="tip">
Not sure what the different jars do? See the <a href="http://wiki.mc-ess.net/wiki/Breakdown">breakdown page</a>.
</p>
<table v-if="buildNo">
<tr>
<th>Plugin</th>
Expand Down

0 comments on commit b1bac49

Please sign in to comment.