Commit 8992f46eed9aba8f759c5b1374e4bcbba9e590db
1 parent
ee573e3d
Exists in
master
and in
2 other branches
remove links in user menu
Showing
1 changed file
with
0 additions
and
6 deletions
Show diff stats
user_menu.html.erb
... | ... | @@ -10,16 +10,10 @@ |
10 | 10 | <%#= render :partial => 'layouts/user' %> |
11 | 11 | <div class="menu_user"> |
12 | 12 | <ul class="activity_menu"> |
13 | - <li class="activity_menu_item qpost"><div>Blog<span class="arrow">▼</span></div> | |
14 | - <ul class="quick_post"> | |
15 | - <li>Quick Post</li> | |
16 | - </ul> | |
17 | - </li> | |
18 | 13 | <li class="activity_menu_item"><%= link_to _("Agenda"), url_for(:controller => :profile, :action => :events, :profile => person.identifier) %></li> |
19 | 14 | <li class="activity_menu_item"><div>Artigos Recentes<span class="arrow">▼</div></li> |
20 | 15 | <li class="activity_menu_item"><%= link_to _("Network"), url_for(person.public_profile_url.merge(:anchor => 'profile-network')) %></li> |
21 | 16 | <li class="activity_menu_item"><%= link_to _("Wall"), url_for(person.public_profile_url.merge(:anchor => 'profile-wall')) %></li> |
22 | - <li class="activity_menu_item"><div>Galeria<span class="arrow">▼</div></li> | |
23 | 17 | <li class="activity_menu_item"><%= link_to _("Friends"), url_for(:controller => :profile, :action => :friends, :profile => person.identifier) %></li> |
24 | 18 | <li class="activity_menu_item"><%= link_to _("Communities"), url_for(:controller => :profile, :action => :communities, :profile => person.identifier) %></li> |
25 | 19 | </ul> | ... | ... |