Skip to content

Commit 7c8e1c1

Browse files
committed
Merge pull request #1288 from haarg/fix-author-heading
more correct heading for author dist list
2 parents 45ec77b + af450a0 commit 7c8e1c1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

root/author.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@
147147

148148
<div class="content">
149149
<div id="feed_subscription" class="page-header">
150-
<p>Activity for <% author.name %> (<% author.pauseid %>)</p>
150+
<p>Distributions uploaded by <% author.name %> (<% author.pauseid %>)</p>
151151
<a href="/feed/author/<% author.pauseid %>"><i class="fa fa-rss fa-2x black"></i></a>
152152
</div>
153153
<div class="visible-xs inline-author-pic"><% INCLUDE inc/author-pic.html author = author %></div>
@@ -167,4 +167,4 @@
167167
<p>No favorite distributions from <a href="/author/<% author.pauseid %>"><%- author.pauseid %></a> could be found</p>
168168
</div>
169169
<% END %>
170-
</div>
170+
</div>

0 commit comments

Comments
 (0)