Add a menu to view all projects since the main click event is blocked
This commit is contained in:
parent
b080ad14ef
commit
4ce3b88473
|
@ -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|
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue