File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -346,18 +346,6 @@ li.feed .last-updated-time {
346346 display : inline-block;
347347}
348348
349- li .feed .feed-url-link a {
350- color : # 484948 ;
351- text-decoration : none;
352- text-align : center;
353- margin-left : 2px ;
354- padding : 5px ;
355- }
356-
357- li .feed .feed-url-link a : hover {
358- color : # 7F8281 ;
359- }
360-
361349li .feed .remove-feed {
362350 cursor : pointer;
363351}
Original file line number Diff line number Diff line change 33 < div class ="span7 feed-title-container ">
44 < p class ="feed-title ">
55 < i class ="icon-circle status <%= feed . status_bubble %> " data-toggle ="tooltip " title ="<%= t ( "partials.feed.status_bubble.#{ feed . status_bubble } " ) if feed . status_bubble %> " data-placement ="left "> </ i >
6- <%= feed . name %>
7- < span class ="feed-url-link ">
8- < a class ="feed-url " href ="<%= feed . url %> ">
9- < i class ="icon-external-link "> </ i >
10- </ a >
11- </ span >
6+ < a href ="<%= feed . url %> "> <%= feed . name %> </ a >
127 </ p >
138 </ div >
149 < div class ="span4 feed-last-updated ">
You can’t perform that action at this time.
0 commit comments