Add "Links" entry to Data menu. closes #1852
authorTom Clegg <tom@curoverse.com>
Thu, 9 Jan 2014 17:02:58 +0000 (09:02 -0800)
committerTom Clegg <tom@curoverse.com>
Thu, 9 Jan 2014 17:02:58 +0000 (09:02 -0800)
apps/workbench/app/views/layouts/application.html.erb

index 6b8a3523d0423049ddede1a5dd930c711a55c715..2c44a261865589cf2eb62a6797c3d082042dbd32 100644 (file)
@@ -74,6 +74,7 @@
             </a>
             <ul class="dropdown-menu">
               <li><%= link_to 'Collections', collections_path %></li>
+              <li><%= link_to 'Links', links_path %></li>
               <li><%= link_to 'Humans', humans_path %></li>
               <li><%= link_to 'Traits', traits_path %></li>
             </ul>