From 15cd43d62180addc008053b7728f981c6be740dc Mon Sep 17 00:00:00 2001 From: iobridge Date: Tue, 29 Mar 2011 22:52:57 -0400 Subject: [PATCH] Updated menu order --- app/views/layouts/_menu.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/layouts/_menu.html.erb b/app/views/layouts/_menu.html.erb index dcb2497..006ec45 100644 --- a/app/views/layouts/_menu.html.erb +++ b/app/views/layouts/_menu.html.erb @@ -2,8 +2,8 @@ <% if current_user %> - ><%= link_to t(:myaccount), account_path %> ><%= link_to t(:channels), channels_path %> + ><%= link_to t(:myaccount), account_path %> <% end %> <% end %> \ No newline at end of file