Skip to content

Commit c0d57a5

Browse files
committed
oops, this was only supposed to show up on the author page
1 parent 2b75484 commit c0d57a5

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

templates/author.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,7 @@
7979
END %>
8080
<hr>
8181
<% INCLUDE inc/activity.html query = 'author=' _ author.pauseid %>
82+
<% INCLUDE inc/release-latest.html %>
8283
<hr>
8384
<strong>Tools</strong>
8485
<ul><!--

templates/inc/activity.html

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
11
<strong>Activity</strong><br>
22
<object data="/activity?res=month<% IF query; '&'; query; END %>" width="170" height="22" type="image/svg+xml"></object>
33
<div align="right"><small class="comment">24 month</small></div>
4-
<strong>Latest Release</strong><br>
5-
<strong><a href="/release/<% IF latest.status == 'latest'; latest.distribution; ELSE; latest.author; '/'; latest.name; END %>" class="ellipsis" title="<% latest.name %>"><% latest.name %></a></strong>
6-
<span class="relatize"><% latest.date.dt_http %></span>

templates/inc/release-latest.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
<strong>Latest Release</strong><br>
2+
<strong><a href="/release/<% IF latest.status == 'latest'; latest.distribution; ELSE; latest.author; '/'; latest.name; END %>" class="ellipsis" title="<% latest.name %>"><% latest.name %></a></strong>
3+
<span class="relatize"><% latest.date.dt_http %></span>

0 commit comments

Comments
 (0)