Fix labelling of versions

This commit is contained in:
Dave Syer 2014-06-25 07:54:31 +01:00
parent 8b7c7898c3
commit 20697cd7ca

View File

@ -74,7 +74,7 @@
<% bootVersions.each { %>
<label class="radio">
<input type="radio" name="bootVersion" value="${it.value}"${it.selected==true ? ' checked="true"' : ''}/>
${it.name}
${it.value}
</label><% } %>
<button type="submit" class="btn">Generate</button>
</form>