diff --git a/app/views/news/index.html.erb b/app/views/news/index.html.erb
index d228ebee..e83db0c0 100644
--- a/app/views/news/index.html.erb
+++ b/app/views/news/index.html.erb
@@ -74,6 +74,7 @@
Genotypes
<%=link_to(image_tag("rss_small.png"),"/rss")%>
+ <%= link_to("Show All Genotypes", :controller => "genotypes", :action => "index")%>
# |
@@ -97,6 +98,7 @@
Users
+
<%= link_to("Show All Users", :controller => "users", :action => "index")%>
# |
@@ -118,6 +120,7 @@
Phenotypes
+
<%= link_to("Show All Phenotypes", :controller => "phenotypes", :action => "index")%>