Skip to content
Snippets Groups Projects
Commit 4ce3b884 authored by Eric Davis's avatar Eric Davis
Browse files

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

parent b080ad14
Tags
No related merge requests found
...@@ -46,6 +46,7 @@ ...@@ -46,6 +46,7 @@
<li class="drop-down"> <li class="drop-down">
<%= link_to l(:label_project_plural), { :controller => 'projects', :action => 'index' }, :class => "projects" %> <%= link_to l(:label_project_plural), { :controller => 'projects', :action => 'index' }, :class => "projects" %>
<ul style="display:none;"> <ul style="display:none;">
<li><%= link_to l(:label_project_all), { :controller => 'projects', :action => 'index' }, :class => "projects separator" %></li>
<% <%
project_content = '' project_content = ''
project_tree(User.current.projects.all) do |project, level| project_tree(User.current.projects.all) do |project, level|
......
...@@ -1316,6 +1316,9 @@ input:-moz-placeholder { ...@@ -1316,6 +1316,9 @@ input:-moz-placeholder {
height:15px; height:15px;
line-height:15px; line-height:15px;
} }
#header li.drop-down li > a.separator {
border-bottom: 1px solid #555555;
}
#breadcrumb { #breadcrumb {
height:38px; height:38px;
line-height:38px; line-height:38px;
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment