I just added the following code to application.html.erb to add the Admin link 
to the top navigation.

<a href="<%= @main_app.admin_path %>">Admin</a>



index 6dacec0..209b4ff 100644
--- a/app/views/layouts/application.html.erb
+++ b/app/views/layouts/application.html.erb
@@ -58,6 +58,9 @@
                 <li>
                   <a href="<%= @main_app.about_path %>">About</a>
                 </li>
+               <li>
+                  <a href="<%= @main_app.admin_path %>">Admin</a>
+                </li>
               </ul>
               <div class="pull-right">
                 <form action="<%= @main_app.search_path %>" 
class="navbar-search pull-left" method="get">

-- 
-- 
To post to this group, send email to gitorious@googlegroups.com
To unsubscribe from this group, send email to
gitorious+unsubscr...@googlegroups.com

--- 
You received this message because you are subscribed to the Google Groups 
"Gitorious" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to gitorious+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to