Skip to content

Commit

Permalink
Add colors for release name in recent page
Browse files Browse the repository at this point in the history
We have different types of releases (development, testing, only for
cpan) and there were no visible identification of these.

Fixes #2954
  • Loading branch information
michal-josef-spacek authored and haarg committed Dec 19, 2023
1 parent 27a3926 commit e1cce89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion root/inc/release_table.tx
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
%% }
<tr>
<td class="river-gauge" sort="[% $release.river.total || 0 %]">[% include inc::river_gauge { distribution => $release.distribution, river => $release.river } %]</td>
<td class="name"><strong><a href="[% $release.status == 'latest' ? '/dist/' ~ $release.distribution : '/release/' ~ $release.author ~ '/' ~ $release.name %]" class="ellipsis" title="[% $release.author ~ '/' ~ $release.name %]">[% $release.name %]</a></strong></td>
<td class="name dist-release status-[% $release.status %] maturity-[% $release.maturity %]"><strong><a href="[% $release.status == 'latest' ? '/dist/' ~ $release.distribution : '/release/' ~ $release.author ~ '/' ~ $release.name %]" class="ellipsis release-name" title="[% $release.author ~ '/' ~ $release.name %]">[% $release.name %]</a></strong></td>
<td class="abstract">[% $release.abstract %]</td>
<td class="date relatize" sort="[% $date %]">[% $date %]</td>
</tr>
Expand Down

0 comments on commit e1cce89

Please sign in to comment.