Skip to content

Commit cde4004

Browse files
committed
Change author and recent page title and feed icon
1 parent 9fa2341 commit cde4004

File tree

3 files changed

+13
-5
lines changed

3 files changed

+13
-5
lines changed

root/author.html

+4-2
Original file line numberDiff line numberDiff line change
@@ -147,8 +147,10 @@
147147

148148
<div class="content">
149149
<div id="feed_subscription" class="page-header">
150-
<p><% author.pauseid %>'s Activity</p>
151-
<a href="/feed/author/<% author.pauseid %>"></a>
150+
<p>Activity for <% author.name %> (<% author.pauseid %>)</p>
151+
<i class="fa fa-rss fa-2x">
152+
<a href="/feed/author/<% author.pauseid %>"></a>
153+
</i>
152154
</div>
153155
<div class="visible-xs inline-author-pic"><% INCLUDE inc/author-pic.html author = author %></div>
154156
<% INCLUDE inc/release-table.html releases = aggregated, header = 1, tablesorter = 1, table_id = "author_releases" %>

root/recent.html

+4-2
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,10 @@
66

77
<div class="content">
88
<div id="feed_subscription" class="page-header">
9-
<p>Recent</p>
10-
<a href="/feed/recent"></a>
9+
<p>Recent Uploads</p>
10+
<i class="fa fa-rss fa-2x">
11+
<a href="/feed/recent"></a>
12+
</i>
1113
</div>
1214
<%-
1315
MoY = [undef, 'January', 'February', 'March', 'April', 'May', 'June', 'July', 'August', 'September', 'October', 'November', 'December'];

root/static/less/author.less

+5-1
Original file line numberDiff line numberDiff line change
@@ -81,8 +81,12 @@
8181
display: inline;
8282
width: 20px;
8383
height: 20px;
84-
background: url('/static/icons/rss_feed.png') no-repeat right top;
8584
padding-right: 20px;
8685
float: right;
86+
}
87+
88+
.fa {
89+
float: right;
90+
margin-right: -15px;
8791
}
8892
}

0 commit comments

Comments
 (0)