Skip to content

Commit

Permalink
added links to all users etc
Browse files Browse the repository at this point in the history
  • Loading branch information
gedankenstuecke committed Mar 2, 2016
1 parent 079bea2 commit 5040f52
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions app/views/news/index.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@
<div class="span2"><h3>Genotypes</h3></div><br/><div class="span1"><%=link_to(image_tag("rss_small.png"),"/rss")%></div>
</div>
<br/>
<b><%= link_to("Show All Genotypes", :controller => "genotypes", :action => "index")%></b>
<table class="table table-striped">
<tr>
<th>#</th>
Expand All @@ -97,6 +98,7 @@
</div>
<div id="users">
<h3>Users</h3><br/>
<b><%= link_to("Show All Users", :controller => "users", :action => "index")%></b>
<table class="table table-striped">
<tr>
<th>#</th>
Expand All @@ -118,6 +120,7 @@
</div>
<div id="phenotypes">
<h3>Phenotypes</h3><br/>
<b><%= link_to("Show All Phenotypes", :controller => "phenotypes", :action => "index")%></b>
<table class="table table-striped">
<tr>
<th>Name</th>
Expand Down

0 comments on commit 5040f52

Please sign in to comment.