Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgitlabhq <m@gitlabhq.com>2011-11-02 19:21:17 +0400
committergitlabhq <m@gitlabhq.com>2011-11-02 19:21:17 +0400
commit5fb1b9ffe359fd6c13dfb427aa23c985dff87fe1 (patch)
treec81f42cd61a5c8fc42c52e743ce3684113498cf2 /app/controllers/profile_controller.rb
parent5e12f10c142ca5add14e5c752cf9ef6d88c4dfd8 (diff)
view refactoring
Diffstat (limited to 'app/controllers/profile_controller.rb')
-rw-r--r--app/controllers/profile_controller.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/controllers/profile_controller.rb b/app/controllers/profile_controller.rb
index a0078f0e0a3..2e58f3e1d6d 100644
--- a/app/controllers/profile_controller.rb
+++ b/app/controllers/profile_controller.rb
@@ -1,4 +1,5 @@
class ProfileController < ApplicationController
+ layout "profile"
def show
@user = current_user
end