replace tabs to spaces at app/views/issues/_sidebar.html.erb
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@7389 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
parent
a6c708eaed
commit
f0daeae3fb
|
@ -6,10 +6,10 @@
|
|||
<%= call_hook(:view_issues_sidebar_issues_bottom) %>
|
||||
|
||||
<% if User.current.allowed_to?(:view_calendar, @project, :global => true) %>
|
||||
<%= link_to(l(:label_calendar), :controller => 'calendars', :action => 'show', :project_id => @project) %><br />
|
||||
<%= link_to(l(:label_calendar), :controller => 'calendars', :action => 'show', :project_id => @project) %><br />
|
||||
<% end %>
|
||||
<% if User.current.allowed_to?(:view_gantt, @project, :global => true) %>
|
||||
<%= link_to(l(:label_gantt), :controller => 'gantts', :action => 'show', :project_id => @project) %><br />
|
||||
<%= link_to(l(:label_gantt), :controller => 'gantts', :action => 'show', :project_id => @project) %><br />
|
||||
<% end %>
|
||||
<%= call_hook(:view_issues_sidebar_planning_bottom) %>
|
||||
|
||||
|
|
Loading…
Reference in New Issue