Add lower tabs pane instead of splitting

This commit is contained in:
Jason Denney
2013-11-09 10:44:08 -05:00
parent 966c36b563
commit c73d5f955a
4 changed files with 37 additions and 8 deletions
+1 -1
View File
@@ -40,7 +40,7 @@ class UserStats < Netzke::Base
private
def user
controller.current_user
User.find_by_id(session[:selected_user_id]) || controller.current_user
end
end