mirror of
https://github.com/scm-manager/scm-manager.git
synced 2026-05-06 07:15:53 +02:00
added spaces between categories
This commit is contained in:
@@ -2,15 +2,17 @@
|
||||
|
||||
<div id="categories">
|
||||
<#list categories as category>
|
||||
<h2>${category.name}</h2>
|
||||
<div class="plugins">
|
||||
<#list category.plugins as plugin>
|
||||
<h3><a href="#">${plugin.name}</a></h3>
|
||||
<div>
|
||||
${plugin.description}<br />
|
||||
<a href="${contextPath}/page/detail/${plugin.groupId}/${plugin.artifactId}.html" style="color: #1C94C4;">more</a>
|
||||
</div>
|
||||
</#list>
|
||||
<div style="padding-bottom: 20px">
|
||||
<h2>${category.name}</h2>
|
||||
<div class="plugins">
|
||||
<#list category.plugins as plugin>
|
||||
<h3><a href="#">${plugin.name}</a></h3>
|
||||
<div>
|
||||
${plugin.description}<br />
|
||||
<a href="${contextPath}/page/detail/${plugin.groupId}/${plugin.artifactId}.html" style="color: #1C94C4;">more</a>
|
||||
</div>
|
||||
</#list>
|
||||
</div>
|
||||
</div>
|
||||
</#list>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user