mirror of
https://gitee.com/dcren/initializr.git
synced 2025-11-10 03:15:00 +08:00
Fix labelling of versions
This commit is contained in:
@@ -74,7 +74,7 @@
|
|||||||
<% bootVersions.each { %>
|
<% bootVersions.each { %>
|
||||||
<label class="radio">
|
<label class="radio">
|
||||||
<input type="radio" name="bootVersion" value="${it.value}"${it.selected==true ? ' checked="true"' : ''}/>
|
<input type="radio" name="bootVersion" value="${it.value}"${it.selected==true ? ' checked="true"' : ''}/>
|
||||||
${it.name}
|
${it.value}
|
||||||
</label><% } %>
|
</label><% } %>
|
||||||
<button type="submit" class="btn">Generate</button>
|
<button type="submit" class="btn">Generate</button>
|
||||||
</form>
|
</form>
|
||||||
|
|||||||
Reference in New Issue
Block a user