mirror of
https://github.com/meineerde/redmine.git
synced 2025-10-17 17:01:01 +00:00
git-svn-id: http://svn.redmine.org/redmine/trunk@17189 e93f8b46-1217-0410-a6f0-8f06a7374b81
13 lines
491 B
Plaintext
13 lines
491 B
Plaintext
User-agent: *
|
|
<% @projects.each do |project| -%>
|
|
<% [project, project.id].each do |p| -%>
|
|
Disallow: <%= url_for(:controller => 'repositories', :action => :show, :id => p) %>
|
|
Disallow: <%= url_for(project_issues_path(:project_id => p)) %>
|
|
Disallow: <%= url_for(project_activity_path(:id => p)) %>
|
|
<% end -%>
|
|
<% end -%>
|
|
Disallow: <%= url_for(issues_gantt_path) %>
|
|
Disallow: <%= url_for(issues_calendar_path) %>
|
|
Disallow: <%= url_for(activity_path) %>
|
|
Disallow: <%= url_for(search_path) %>
|