Release notes for 1.9.1
[blerg.git] / www / jssrc / blerg / Feed.js
index a07d7e5..98e7ffb 100644 (file)
@@ -5,6 +5,13 @@ enyo.kind({
     published: {
     },
     components: [
+        {classes: "blerg-user-controls", components: [
+            {name: "rssLink", href: "/rss/feed", kind: "blerg.Link", components: [
+                {tag: null, content: "["},
+                {kind: "Image", src: "/images/rss.png", attributes: {width: 16, height: 16}},
+                {tag: null, content: "RSS]"}
+            ]}
+        ]},
         {name: "records"},
         {name: "spinner", kind: "OldSchoolSpinner", showing: false},
         {name: "api", kind: "blerg.API",