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
  • Loading branch information
oli99sc committed Sep 4, 2015
1 parent de5c85f commit 05d5dfa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/webapp/WEB-INF/jsp/rpmInfo.jsp
Expand Up @@ -82,7 +82,7 @@
</li>

<li>
<span class="label"><a href="#" onclick="$('table.files').toggleClass('hidden'); return false;">Files</a></span>
<span class="label"><a href="#" onclick="$('table.files').toggleClass('hidden'); return false;">${fn:length(model.packageDirs)} Files (click to view)</a></span>
<span class="value big">
<table class="files hidden">
<thead>
Expand Down 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;">Changelog</a></span>
<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="value big">
<table class="changelog hidden">
<thead>
Expand Down

0 comments on commit 05d5dfa

Please sign in to comment.