Skip to content

Commit 6808469

Browse files
committed
Change position of rss subscription url
1 parent cde4004 commit 6808469

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

root/inc/dependencies.html

-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@
3232
<i class="fa fa-asterisk black"></i>Dependency graph</button>
3333
</li>
3434
<%- END %>
35-
<li><a href="/feed/distribution/<% release.distribution %>"><i class="icon-rss" id="icon-rss"></i>Subscribe to <% release.distribution.replace('-', '::') %></a></li>
3635
</ul>
3736

3837
<%- INCLUDE inc/dependencies-graph.html %>

root/inc/release-tools.html

+5
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,11 @@
1919
<span class="glyphicon glyphicon-star black"></span>Rate this distribution
2020
</a>
2121
</li>
22+
<li>
23+
<a href="/feed/distribution/<% release.distribution %>">
24+
<i class="fa fa-rss-square fa-fw black" id="rss-subscription"></i>Subscribe this distribution
25+
</a>
26+
</li>
2227
<li>
2328
<form action="/search">
2429
<input type="hidden" name="q" value="dist:<% release.distribution %>">

root/static/less/style.less

+5-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@
3131
@input-border-radius: none;
3232
@modal-md: 722px;
3333
@custom-grid-float-breakpoint: 0;
34-
<<<<<<< HEAD
3534
@screen-xs-max: @screen-xs;
3635
@screen-sm-min: (@screen-xs + 1);
3736

@@ -207,4 +206,9 @@ li button.dependencies-graph {
207206

208207
.ui-tooltip-titlebar {
209208
height: 25px !important;
209+
}
210+
211+
#rss-subscription {
212+
width: 1.2em;
213+
font-size: 1.1em;
210214
}

0 commit comments

Comments
 (0)