##// END OF EJS Templates
replace tabs to spaces at app/views/issues/_sidebar.html.erb...
Toshi MARUYAMA -
r7269:f0daeae3fb4a
parent child
Show More
@@ -6,10 +6,10
6 <%= call_hook(:view_issues_sidebar_issues_bottom) %>
6 <%= call_hook(:view_issues_sidebar_issues_bottom) %>
7
7
8 <% if User.current.allowed_to?(:view_calendar, @project, :global => true) %>
8 <% if User.current.allowed_to?(:view_calendar, @project, :global => true) %>
9 <%= link_to(l(:label_calendar), :controller => 'calendars', :action => 'show', :project_id => @project) %><br />
9 <%= link_to(l(:label_calendar), :controller => 'calendars', :action => 'show', :project_id => @project) %><br />
10 <% end %>
10 <% end %>
11 <% if User.current.allowed_to?(:view_gantt, @project, :global => true) %>
11 <% if User.current.allowed_to?(:view_gantt, @project, :global => true) %>
12 <%= link_to(l(:label_gantt), :controller => 'gantts', :action => 'show', :project_id => @project) %><br />
12 <%= link_to(l(:label_gantt), :controller => 'gantts', :action => 'show', :project_id => @project) %><br />
13 <% end %>
13 <% end %>
14 <%= call_hook(:view_issues_sidebar_planning_bottom) %>
14 <%= call_hook(:view_issues_sidebar_planning_bottom) %>
15
15
General Comments 0
You need to be logged in to leave comments. Login now