diff --git a/app/views/layouts/base.rhtml b/app/views/layouts/base.rhtml
index db9356f..7d54924 100644
--- a/app/views/layouts/base.rhtml
+++ b/app/views/layouts/base.rhtml
@@ -39,8 +39,19 @@
- <%= link_to l(:label_home), { :controller => 'welcome' }, :class => "icon icon-home" %>
- <%= link_to l(:label_my_page), { :controller => 'my', :action => 'page'}, :class => "icon icon-mypage" %>
- - <%= link_to l(:label_project_plural), { :controller => 'projects' }, :class => "icon icon-projects" %>
-
+
+ <% if loggedin? and @logged_in_user.memberships.any? %>
+
+
+ <% else %>
+ - <%= link_to l(:label_project_plural), { :controller => 'projects' }, :class => "icon icon-projects" %>
+ <% end %>
+
<% unless @project.nil? || @project.id.nil? %>
<% end %>
@@ -111,15 +122,6 @@
- <%= link_to_if_authorized l(:label_settings), :controller => 'projects', :action => 'settings', :id => @project %>
<% end %>
-
- <% if loggedin? and @logged_in_user.memberships.length > 0 %>
- <%=l(:label_my_projects) %>
-
- <% end %>
diff --git a/lang/bg.yml b/lang/bg.yml
index 9c750b2..6aa2e80 100644
--- a/lang/bg.yml
+++ b/lang/bg.yml
@@ -179,6 +179,7 @@ label_user_new: Нов потребител
label_project: Проект
label_project_new: Нов проект
label_project_plural: Проекти
+label_project_all: All Projects
label_project_latest: Последни проекти
label_issue: Задача
label_issue_new: Нова задача
diff --git a/lang/de.yml b/lang/de.yml
index 9d8b302..a7bc414 100644
--- a/lang/de.yml
+++ b/lang/de.yml
@@ -179,6 +179,7 @@ label_user_new: Neuer Benutzer
label_project: Projekt
label_project_new: Neues Projekt
label_project_plural: Projekte
+label_project_all: All Projects
label_project_latest: Neueste Projekte
label_issue: Ticket
label_issue_new: Neues Ticket
diff --git a/lang/en.yml b/lang/en.yml
index 574abcd..b158c88 100644
--- a/lang/en.yml
+++ b/lang/en.yml
@@ -179,6 +179,7 @@ label_user_new: New user
label_project: Project
label_project_new: New project
label_project_plural: Projects
+label_project_all: All Projects
label_project_latest: Latest projects
label_issue: Issue
label_issue_new: New issue
diff --git a/lang/es.yml b/lang/es.yml
index 22373b3..d91c8da 100644
--- a/lang/es.yml
+++ b/lang/es.yml
@@ -179,6 +179,7 @@ label_user_new: Nuevo usuario
label_project: Proyecto
label_project_new: Nuevo proyecto
label_project_plural: Proyectos
+label_project_all: All Projects
label_project_latest: Los proyectos más últimos
label_issue: Petición
label_issue_new: Nueva petición
diff --git a/lang/fr.yml b/lang/fr.yml
index 20925ac..e4b6706 100644
--- a/lang/fr.yml
+++ b/lang/fr.yml
@@ -179,6 +179,7 @@ label_user_new: Nouvel utilisateur
label_project: Projet
label_project_new: Nouveau projet
label_project_plural: Projets
+label_project_all: Tous les projets
label_project_latest: Derniers projets
label_issue: Demande
label_issue_new: Nouvelle demande
diff --git a/lang/it.yml b/lang/it.yml
index 6188fbc..7cfacfa 100644
--- a/lang/it.yml
+++ b/lang/it.yml
@@ -179,6 +179,7 @@ label_user_new: Nuovo utente
label_project: Progetto
label_project_new: Nuovo progetto
label_project_plural: Progetti
+label_project_all: All Projects
label_project_latest: Ultimi progetti registrati
label_issue: Contesto
label_issue_new: Nuovo contesto
diff --git a/lang/ja.yml b/lang/ja.yml
index ee1d49b..f72d93d 100644
--- a/lang/ja.yml
+++ b/lang/ja.yml
@@ -180,6 +180,7 @@ label_user_new: 新しいユーザ
label_project: プロジェクト
label_project_new: 新しいプロジェクト
label_project_plural: プロジェクト
+label_project_all: All Projects
label_project_latest: 最近のプロジェクト
label_issue: 問題
label_issue_new: 新しい問題
diff --git a/lang/pt-br.yml b/lang/pt-br.yml
index e02e278..0b6b64f 100644
--- a/lang/pt-br.yml
+++ b/lang/pt-br.yml
@@ -179,6 +179,7 @@ label_user_new: Novo usuario
label_project: Projeto
label_project_new: Novo projeto
label_project_plural: Projetos
+label_project_all: All Projects
label_project_latest: Ultimos projetos
label_issue: Tarefa
label_issue_new: Nova tarefa
diff --git a/lang/pt.yml b/lang/pt.yml
index b9f833f..2a2c3f0 100644
--- a/lang/pt.yml
+++ b/lang/pt.yml
@@ -179,6 +179,7 @@ label_user_new: Novo usuário
label_project: Projeto
label_project_new: Novo projeto
label_project_plural: Projetos
+label_project_all: All Projects
label_project_latest: Últimos projetos
label_issue: Tarefa
label_issue_new: Nova tarefa
diff --git a/lang/zh.yml b/lang/zh.yml
index aa768e8..016204b 100644
--- a/lang/zh.yml
+++ b/lang/zh.yml
@@ -182,6 +182,7 @@ label_user_new: 新建用户
label_project: 项目
label_project_new: 新建项目
label_project_plural: 项目列表
+label_project_all: All Projects
label_project_latest: 最近的项目列表
label_issue: 任务
label_issue_new: 新建任务