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