public
Description: This contains various plugins for Feather
Clone URL: git://github.com/eldiablo/feather-plugins.git
Click here to lend your support to: feather-plugins and make a donation at www.pledgie.com !
Updated the sidebar view to use link_to instead of building a link by hand
fujin (author)
Fri Jul 04 01:39:51 -0700 2008
commit  275c5fb6e03f0c741222b5585d4ba84a34fa7310
tree    4992ac5090889715b0d1a2d97a08387cc0fddf3a
parent  5a94dc526d85ca6272d1a558fceaac2d4804c4e0
...
1
2
3
4
 
5
6
7
 
8
9
10
11
 
...
1
2
3
 
4
5
6
 
7
8
9
 
10
11
0
@@ -1,10 +1,10 @@
0
 <div id="feed-link">
0
   <h3>Syndicate</h3>
0
   <!-- <= image_tag 'feed_icon.png' > -->
0
- Articles: (<a href="<%= feed_url %>">RSS</a>|<a href="<%= feed_url('atom') %>">Atom</a>)
0
+ Articles: (<%= link_to "RSS", "/articles.rss" %>|<%= link_to "Atom", "/articles.atom" %>)
0
   <br />
0
   <% if defined?(Comment) && is_plugin_active("feather-comments") %>
0
- Comments: (<a href="http://<%= request.env['HTTP_HOST'] %>/comments.rss">RSS</a>|<a href="http://<%= request.env['HTTP_HOST'] %>/comments.atom">Atom</a>)
0
+ Comments: (<%= link_to "RSS", "/comments.rss" %>|<%= link_to "Atom", "/comments.atom" %>)
0
   <br />
0
   <% end %>
0
-</div>
0
\ No newline at end of file
0
+</div>

Comments

    No one has commented yet.