From a8f2112e393b6894085d5ae3473dbfcb32e3596b Mon Sep 17 00:00:00 2001 From: manson Date: Tue, 22 Jul 2014 09:58:41 +0800 Subject: [PATCH] Add edit_password button and member_profile button for frontend orbit bar --- app/views/orbit_bar/index.html.erb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/views/orbit_bar/index.html.erb b/app/views/orbit_bar/index.html.erb index 8af67ee..526dee9 100644 --- a/app/views/orbit_bar/index.html.erb +++ b/app/views/orbit_bar/index.html.erb @@ -102,6 +102,8 @@
  • <%= current_user.member_profile.name.nil? ? current_user.user_name : current_user.member_profile.name %>