调整header下啦列表框位置
This commit is contained in:
parent
427f26b058
commit
1985d1c84b
|
@ -19,7 +19,7 @@
|
||||||
|
|
||||||
<li id="current_user_li">
|
<li id="current_user_li">
|
||||||
<%= link_to "#{User.current.login}<span class='pic_triangle'></span>".html_safe, {:controller=> 'users', :action => 'show', id: User.current.id, host: Setting.user_domain}, :class => "uses_name"%>
|
<%= link_to "#{User.current.login}<span class='pic_triangle'></span>".html_safe, {:controller=> 'users', :action => 'show', id: User.current.id, host: Setting.user_domain}, :class => "uses_name"%>
|
||||||
<ul id="user_sub_menu">
|
<ul id="user_sub_menu" style="left:130px;">
|
||||||
<% unless User.current.projects.empty? %>
|
<% unless User.current.projects.empty? %>
|
||||||
<li id="my_projects_li">
|
<li id="my_projects_li">
|
||||||
<%= link_to l(:label_my_projects), {:controller => 'users', :action => 'user_projects', id: User.current.id, host: Setting.project_domain}, :class => "parent" %>
|
<%= link_to l(:label_my_projects), {:controller => 'users', :action => 'user_projects', id: User.current.id, host: Setting.project_domain}, :class => "parent" %>
|
||||||
|
|
Loading…
Reference in New Issue