Skip to content
This repository was archived by the owner on Mar 4, 2025. It is now read-only.

Commit e6cc97c

Browse files
committed
added menu items back in
1 parent f9025d5 commit e6cc97c

File tree

3 files changed

+2
-0
lines changed

3 files changed

+2
-0
lines changed

app/helpers/accounts_helper.rb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ module AccountsHelper
88
}
99

1010
MENU_OPTIONS_MY = { :my_challenges => {:value => "my challenges", :link => "/account/challenges"},
11+
:invite => {:value => "invite friends", :link => "/account/invite"},
12+
:my_referrals => {:value => "referred members", :link => "/account/referrals"},
1113
:my_communities => {:value => "my communities", :link => "/account/communities"}
1214
}
1315

db/development.sqlite3

0 Bytes
Binary file not shown.

dump.rdb

0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)