diff --git a/app/views/layouts/_base_footer.html.erb b/app/views/layouts/_base_footer.html.erb index 62d522a81..575368467 100644 --- a/app/views/layouts/_base_footer.html.erb +++ b/app/views/layouts/_base_footer.html.erb @@ -1,5 +1,6 @@ +
+ | <%= link_to l(:project_module_documents),project_documents_path(@project) %> | -+ | <%= link_to l(:project_module_wiki),project_wiki_path(@project) %> |
+ | <%= link_to l(:project_module_calendar),project_calendar_path(@project) %> | -+ | <%= link_to l(:project_module_gantt) ,project_gantt_path(@project) %> |
+ | <%= link_to l(:project_module_boards) ,project_boards_path(@project) %> |
<%= l(:label_user_joinin) %> | <%= format_date(@user.created_on) %> | +<%= l(:label_user_joinin) %> | <%= format_date(@user.created_on) %> |
<%= l(:label_user_login) %> | <%= format_date(@user.last_login_on) %> | +<%= l(:label_user_login) %> | <%= format_date(@user.last_login_on) %> |
<%= l(:label_user_mail) %> | <%= mail_to(h(@user.mail), nil, :encode => 'javascript') %> | +<%= l(:label_user_mail) %> | <%= mail_to(h(@user.mail), nil, :encode => 'javascript') %> |