mirror of
https://github.com/DSpace/DSpace.git
synced 2025-10-14 13:33:08 +00:00
JSPUI: fix collection strength display on home page
This commit is contained in:
@@ -195,19 +195,20 @@ if (communities != null && communities.length != 0)
|
|||||||
<% } else { %>
|
<% } else { %>
|
||||||
<div class="col-md-12">
|
<div class="col-md-12">
|
||||||
<% } %>
|
<% } %>
|
||||||
<h4 class="list-group-item-heading"><a href="<%= request.getContextPath() %>/handle/<%= communities[i].getHandle() %>"><%= communities[i].getMetadata("name") %></a></h4>
|
<h4 class="list-group-item-heading"><a href="<%= request.getContextPath() %>/handle/<%= communities[i].getHandle() %>"><%= communities[i].getMetadata("name") %></a>
|
||||||
<p><%= communities[i].getMetadata("short_description") %></p>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<%
|
<%
|
||||||
if (ConfigurationManager.getBooleanProperty("webui.strengths.show"))
|
if (ConfigurationManager.getBooleanProperty("webui.strengths.show"))
|
||||||
{
|
{
|
||||||
%>
|
%>
|
||||||
[<%= ic.getCount(communities[i]) %>]
|
<span class="badge pull-right"><%= ic.getCount(communities[i]) %></span>
|
||||||
<%
|
<%
|
||||||
}
|
}
|
||||||
|
|
||||||
%>
|
%>
|
||||||
|
</h4>
|
||||||
|
<p><%= communities[i].getMetadata("short_description") %></p>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
<%
|
<%
|
||||||
}
|
}
|
||||||
%>
|
%>
|
||||||
|
Reference in New Issue
Block a user