app/views/layouts/top.rhtml in parlement-0.9 vs app/views/layouts/top.rhtml in parlement-0.10

- old
+ new

@@ -2,9 +2,15 @@ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html> <head> <title><%= @title %></title> + + <link rel="alternate" type="application/rss+xml" title="Latest Posts - <%= @title %>" + href="<%= url_for :action => 'rss', :id => @elt %>"/> + <link rel="alternate" type="application/rss+xml" title="Highest posts - <%= @title %>" + href="<%= url_for :action => 'vote_rss', :id => @elt %>"/> + <%= stylesheet_link_tag 'default.css' %> <%= javascript_include_tag "/javascripts/prototype" %> <%= javascript_include_tag "/javascripts/scriptaculous" %> <%= javascript_include_tag "/javascripts/behaviour" %>