Add a menu to view all projects since the main click event is blocked

This commit is contained in:
Eric Davis 2012-01-12 14:58:15 -08:00
parent b080ad14ef
commit 4ce3b88473
2 changed files with 4 additions and 0 deletions

View File

@ -46,6 +46,7 @@
<li class="drop-down">
<%= link_to l(:label_project_plural), { :controller => 'projects', :action => 'index' }, :class => "projects" %>
<ul style="display:none;">
<li><%= link_to l(:label_project_all), { :controller => 'projects', :action => 'index' }, :class => "projects separator" %></li>
<%
project_content = ''
project_tree(User.current.projects.all) do |project, level|

View File

@ -1316,6 +1316,9 @@ input:-moz-placeholder {
height:15px;
line-height:15px;
}
#header li.drop-down li > a.separator {
border-bottom: 1px solid #555555;
}
#breadcrumb {
height:38px;
line-height:38px;