Skip to content
This repository has been archived by the owner on Nov 13, 2019. It is now read-only.

Commit

Permalink
#64 show changelog in RPM info, improve usability by showing number o…
Browse files Browse the repository at this point in the history
…f entries and give a hint that you need to click. could not write length correctly
  • Loading branch information
oli99sc committed Sep 4, 2015
1 parent 05d5dfa commit c924117
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/webapp/WEB-INF/jsp/rpmInfo.jsp
Expand Up @@ -113,7 +113,7 @@

<jsp:useBean id="dateValue" class="java.util.Date"/>
<li>
<span class="label"><a href="#" onclick="$('table.changelog').toggleClass('hidden'); return false;">${fn:lenght(model.changeLogs)} Changelog entries (click to view)</a></span>
<span class="label"><a href="#" onclick="$('table.changelog').toggleClass('hidden'); return false;">${fn:length(model.changeLogs)} Changelog entries (click to view)</a></span>
<span class="value big">
<table class="changelog hidden">
<thead>
Expand Down

0 comments on commit c924117

Please sign in to comment.