Re: [gitorious] Re: Administration in Gitorious 3 ?

2014-05-30 Thread James Shaw
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.


Re: [gitorious] Re: Administration in Gitorious 3 ?

2014-04-09 Thread Paweł Pierzchała
Hi Sam, Daniel,

Daniel correctly pointed out that there is no link to admin panel in v3.
You need to manually navigate to /admin.

Cheers,
Pawel


On 4 April 2014 07:48, Sam Ryan s...@seventhbeam.com wrote:

 On Wednesday, April 2, 2014 8:14:23 PM UTC+11, Daniel Bausch wrote:
  I was also wondering where the User Administration was gone and found it
 by manually appending /admin to the site URL.  Was the link removed
 intentionally or is something wrong with our setups?

 Thanks Daniel, that helps. Doesnt anyone have any idea as to where our set
 ups have gone wrong?

 --
 --
 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.


-- 
-- 
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.