mirror of
https://gitee.com/dcren/initializr.git
synced 2025-05-12 00:28:07 +08:00
Fix labelling of versions
This commit is contained in:
parent
8b7c7898c3
commit
20697cd7ca
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user